diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 387f94df..eb6ae1b9 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -123,7 +123,7 @@ dependencies { testImplementation("de.gesellix:testutil:[2022-12-01T01-01-01,)") testImplementation("org.junit.platform:junit-platform-launcher:1.9.2") - testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") + testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.3") testRuntimeOnly("org.objenesis:objenesis:3.3") testImplementation("io.github.joke:spock-mockable:2.3.0") diff --git a/explore/build.gradle.kts b/explore/build.gradle.kts index a805d6a7..18c3fb81 100644 --- a/explore/build.gradle.kts +++ b/explore/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.7") runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.6") - testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") + testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.3") testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.5") } diff --git a/integration-test/build.gradle.kts b/integration-test/build.gradle.kts index 91157dba..864f9ffa 100644 --- a/integration-test/build.gradle.kts +++ b/integration-test/build.gradle.kts @@ -87,7 +87,7 @@ dependencies { testImplementation("de.gesellix:docker-registry:2023-03-12T23-42-00") testImplementation("de.gesellix:testutil:[2022-12-01T01-01-01,)") - testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") + testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.3") testImplementation("org.apache.commons:commons-lang3:3.12.0") testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.5")