From 82d7aac5bff2e8366d93f73be0be5ee1df9ee543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 00:23:06 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-all from 2.5.14 to 3.0.25 Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 2.5.14 to 3.0.25. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy-all dependency-version: 3.0.25 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 5d53276..f5e9e46 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { testImplementation 'org.slf4j:slf4j-simple:1.7.31' testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5' - testImplementation 'org.codehaus.groovy:groovy-all:2.5.14' + testImplementation 'org.codehaus.groovy:groovy-all:3.0.25' } task sourcesJar(type: Jar, dependsOn: classes) {