From b421780dbb09062d448d8a0046c8336a5de7deb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 23:10:17 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy from 2.5.13 to 3.0.19 Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 2.5.13 to 3.0.19. - [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 8d63c73..c488b3a 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation "com.graphql-java:graphql-java:21.1" 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.19') } task sourcesJar(type: Jar, dependsOn: classes) {