diff --git a/junit5-multiple-engines/build.gradle.kts b/junit5-multiple-engines/build.gradle.kts index 8cc93e49..2030c1bc 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-M6-groovy-4.0") { because("allows Spock specifications to run") } - testImplementation(platform("org.apache.groovy:groovy-bom:4.0.26")) { + testImplementation(platform("org.apache.groovy:groovy-bom:4.0.27")) { because("use latest 4.x version of Groovy for maximum compatibility with new JDKs") }