diff --git a/build.gradle.kts b/build.gradle.kts index bfa65dbd..14076486 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ val dependencyVersions = listOf( "org.apache.groovy:groovy:4.0.23", "org.apache.groovy:groovy-json:4.0.23", "org.jetbrains:annotations:25.0.0", - "org.junit:junit-bom:5.11.0", + "org.junit:junit-bom:5.11.1", ) val dependencyVersionsByGroup = mapOf() diff --git a/client-groovy4/build.gradle.kts b/client-groovy4/build.gradle.kts index a7131d87..49bff236 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.11.0") + testImplementation("org.junit.platform:junit-platform-launcher:1.11.1") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.3") testRuntimeOnly("org.objenesis:objenesis:3.4") diff --git a/client/build.gradle.kts b/client/build.gradle.kts index d9bfd9a6..b0164afa 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.11.0") + testImplementation("org.junit.platform:junit-platform-launcher:1.11.1") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.3") testRuntimeOnly("org.objenesis:objenesis:3.4")