Skip to content

Commit d3e06ae

Browse files
fix(deps): update spock monorepo to v2.4-groovy-5.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 5cc5584 commit d3e06ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example-projects/spock/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ repositories {
2626

2727
dependencies {
2828
val version: String by project
29-
implementation("org.spockframework:spock-core:2.3-groovy-4.0")
30-
implementation("org.spockframework:spock-junit4:2.3-groovy-4.0")
29+
implementation("org.spockframework:spock-core:2.4-groovy-5.0")
30+
implementation("org.spockframework:spock-junit4:2.4-groovy-5.0")
3131
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.1")
3232
testImplementation("com.tngtech.jgiven:jgiven-spock2:$version")
3333
}

jgiven-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
testImplementation(project(":jgiven-junit5"))
2121
testImplementation(libs.junit.jupiter)
2222
testRuntimeOnly(libs.junit.platform.launcher)
23-
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
23+
testImplementation("org.spockframework:spock-core:2.4-groovy-5.0")
2424
}
2525

2626
tasks.named<Test>("test") {

jgiven-spock2/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
description = "Module for writing JGiven tests with Spock 2"
1010

11-
val spock2Version = "2.3-groovy-4.0"
11+
val spock2Version = "2.4-groovy-5.0"
1212
val groovyVersion = "4.0.29"
1313

1414
repositories {

0 commit comments

Comments
 (0)