From dfd842e581c9967ff44ca0e5c9e7b0c70124c4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 00:08:48 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-all from 2.3.4 to 3.0.15 Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 2.3.4 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 3c43e55..7c7e8c6 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.15', 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',