From 66753a7a3dc97e10c7afedcf7adb70a68043bf44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 13:53:39 +0000 Subject: [PATCH] Update dependency org.apache.groovy:groovy-bom to v5 --- junit-multiple-engines/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junit-multiple-engines/build.gradle.kts b/junit-multiple-engines/build.gradle.kts index aa10bd72..5a1ecb00 100644 --- a/junit-multiple-engines/build.gradle.kts +++ b/junit-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.28")) { + testImplementation(platform("org.apache.groovy:groovy-bom:5.0.0")) { because("use latest 4.x version of Groovy for maximum compatibility with new JDKs") }