From 25e43b08599a811d4ad97dc1954cdc9838875ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:01:39 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy from 3.0.21 to 3.0.22 Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 3.0.21 to 3.0.22. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy 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 2d54637..be8992d 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation "com.graphql-java:graphql-java:22.1" testImplementation "org.spockframework:spock-core:2.3-groovy-3.0" - testImplementation "org.codehaus.groovy:groovy:3.0.21" + testImplementation "org.codehaus.groovy:groovy:3.0.22" } task sourcesJar(type: Jar, dependsOn: classes) {