From c32d03d13c633c95cc21ac1bd76a6ba11956b263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:32:50 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-all from 2.5.9 to 3.0.19 Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 2.5.9 to 3.0.19. - [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 5b32b8f..fa260cc 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.19' compile 'javax.json:javax.json-api:1.1.4' compile 'org.hibernate:hibernate-entitymanager:5.6.15.Final'