From d1d66efe222e299f349abd993d12a9e75a8b070a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 12:59:47 +0000 Subject: [PATCH] Bump org.apache.groovy:groovy-all from 4.0.22 to 4.0.23 Bumps [org.apache.groovy:groovy-all](https://github.com/apache/groovy) from 4.0.22 to 4.0.23. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 585057b..ccdcbea 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { dependencies { implementation 'com.google.guava:guava:33.3.1-jre' - implementation 'org.apache.groovy:groovy-all:4.0.22' + implementation 'org.apache.groovy:groovy-all:4.0.23' testImplementation 'org.spockframework:spock-core:2.4-M4-groovy-4.0' }