diff --git a/client-groovy4/build.gradle.kts b/client-groovy4/build.gradle.kts index ab84a6bf..866f012f 100644 --- a/client-groovy4/build.gradle.kts +++ b/client-groovy4/build.gradle.kts @@ -122,7 +122,7 @@ dependencies { testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)") - testImplementation("org.junit.platform:junit-platform-launcher:1.10.2") + testImplementation("org.junit.platform:junit-platform-launcher:1.10.3") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.18") testRuntimeOnly("org.objenesis:objenesis:3.4") diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 4755d295..abe433f7 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -122,7 +122,7 @@ dependencies { testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)") - testImplementation("org.junit.platform:junit-platform-launcher:1.10.2") + testImplementation("org.junit.platform:junit-platform-launcher:1.10.3") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.18") testRuntimeOnly("org.objenesis:objenesis:3.4")