From caf5c30220e82cd93ab2e0be00ee65376597890f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:00:34 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy from 3.0.24 to 3.0.25 Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 3.0.24 to 3.0.25. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy dependency-version: 3.0.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d28dd44..e3419f6 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation "com.graphql-java:graphql-java:24.1" testImplementation "org.spockframework:spock-core:2.3-groovy-3.0" - testImplementation "org.codehaus.groovy:groovy:3.0.24" + testImplementation "org.codehaus.groovy:groovy:3.0.25" } task sourcesJar(type: Jar, dependsOn: classes) {