From 83b81f70684f09c07769f7b97959e60a79f34eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 00:38:05 +0000 Subject: [PATCH] Bump groovy-all from 2.3.4 to 3.0.11 Bumps [groovy-all](https://github.com/apache/groovy) from 2.3.4 to 3.0.11. - [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 3c43e55..a66fbc0 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } ext.library = [ - groovy: 'org.codehaus.groovy:groovy-all:2.3.4', + groovy: 'org.codehaus.groovy:groovy-all:3.0.11', cli: 'commons-cli:commons-cli:1.2', github: 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5', jackson_yaml: 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.6',