From 0d2e55cb05bb7ddbdf42300981bf820598ab7d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 04:06:53 +0000 Subject: [PATCH] Bump org.apache.groovy:groovy from 4.0.28 to 5.0.0 Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from 4.0.28 to 5.0.0. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 84fba34..3122246 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ dependencies{ testImplementation "org.apache.pekko:pekko-actor-testkit-typed_${scalaVersion}:${pekkoVersion}" // pekko typed testkit // TESTING - testImplementation 'org.apache.groovy:groovy:4.0.28' + testImplementation 'org.apache.groovy:groovy:5.0.0' testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' }