Skip to content

Commit 770a538

Browse files
committed
Use Groovy 4.x compatible Spockframework
1 parent 216d607 commit 770a538

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

client-groovy4/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies {
9999
testImplementation("de.gesellix:testutil:[2.0.0-202606131033,)")
100100

101101
testImplementation("org.junit.platform:junit-platform-launcher:6.1.0")
102-
testImplementation("org.spockframework:spock-core:2.4-groovy-3.0")
102+
testImplementation("org.spockframework:spock-core:2.4-groovy-4.0")
103103
testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.10")
104104
testRuntimeOnly("org.objenesis:objenesis:3.5")
105105
testImplementation("io.github.joke:spock-mockable:2.3.0")

explore/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
implementation(libs.slf4j)
6767
runtimeOnly("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")
6868

69-
testImplementation("org.spockframework:spock-core:2.4-groovy-3.0")
69+
testImplementation("org.spockframework:spock-core:2.4-groovy-4.0")
7070
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0")
7171
testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.10")
7272
testRuntimeOnly("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")

integration-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373

7474
testImplementation("de.gesellix:docker-registry:2.0.0-202606131232")
7575
testImplementation("de.gesellix:testutil:[2.0.0-202606131033,)")
76-
testImplementation("org.spockframework:spock-core:2.4-groovy-3.0")
76+
testImplementation("org.spockframework:spock-core:2.4-groovy-4.0")
7777
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0")
7878
testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.10")
7979
testImplementation("org.apache.commons:commons-lang3:3.20.0")

0 commit comments

Comments
 (0)