From 3cd448153c3c7afcabfb914ea856c481a1c36665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:02:23 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-all from 2.4.14 to 3.0.16 Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 2.4.14 to 3.0.16. - [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 95171730..5bf4e422 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 dependencies { - implementation('org.codehaus.groovy:groovy-all:2.4.14') + implementation('org.codehaus.groovy:groovy-all:3.0.16') implementation('com.cloudbees:groovy-cps:1.31') implementation('commons-io:commons-io:2.11.0') implementation('org.apache.ivy:ivy:2.5.0')