From 83e557b6599f683a40f04b643a4952ce47fae75e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 11:52:13 +0000 Subject: [PATCH] Bump groovy-all from 2.5.9 to 3.0.12 Bumps [groovy-all](https://github.com/apache/groovy) from 2.5.9 to 3.0.12. - [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 4c642eb..fd6502f 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ repositories { } dependencies { - compile 'org.codehaus.groovy:groovy-all:2.5.9' + compile 'org.codehaus.groovy:groovy-all:3.0.12' compile 'javax.json:javax.json-api:1.1.4' compile 'org.hibernate:hibernate-entitymanager:5.6.11.Final'