From 2110b7beae472639e45df1cfddf8564ee7e1ef8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 01:11:28 +0000 Subject: [PATCH] Bump groovy-all from 2.3.4 to 3.0.10 Bumps [groovy-all](https://github.com/apache/groovy) from 2.3.4 to 3.0.10. - [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..ce5ba37 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.10', 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',