From d751db7f2164f4108cbf296fe82c9a12663b81dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 20:01:21 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-all from 2.4.6 to 3.0.15 Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 2.4.6 to 3.0.15. - [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..9bdf75a 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.15' testImplementation 'org.spockframework:spock-core:1.0-groovy-2.4' }