From a1c6d166f88a5e5d7a07097710f1ed5b869aebee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 20:05:40 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-all from 2.4.6 to 3.0.17 Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 2.4.6 to 3.0.17. - [Release notes](https://github.com/apache/groovy/releases) - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy-all 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 854f851..feb6c33 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation 'com.intellij:annotations:12.0' testImplementation 'net.coobird:thumbnailator:0.4.8' - testImplementation 'org.codehaus.groovy:groovy-all:2.4.6' + testImplementation 'org.codehaus.groovy:groovy-all:3.0.17' testImplementation 'org.spockframework:spock-core:1.0-groovy-2.4' }