From e076a9d7f4c69d5e35fa9d0492f78446904b8ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:02:09 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy from 2.5.13 to 3.0.18 Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 2.5.13 to 3.0.18. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy 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 6f583fb..461d162 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { compile "com.graphql-java:graphql-java:20.3" testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5' - testImplementation('org.codehaus.groovy:groovy:2.5.13') + testImplementation('org.codehaus.groovy:groovy:3.0.18') }