diff --git a/junit5-multiple-engines/build.gradle.kts b/junit5-multiple-engines/build.gradle.kts index 0a9cbabb..a75f99b6 100644 --- a/junit5-multiple-engines/build.gradle.kts +++ b/junit5-multiple-engines/build.gradle.kts @@ -62,7 +62,7 @@ dependencies { testImplementation("org.spockframework:spock-core:2.4-M4-groovy-4.0") { because("allows Spock specifications to run") } - testImplementation(platform("org.apache.groovy:groovy-bom:4.0.25")) { + testImplementation(platform("org.apache.groovy:groovy-bom:4.0.26")) { because("use latest 4.x version of Groovy for maximum compatibility with new JDKs") }