From 83a2cbcec3dc840bb757438b8d1684770d583315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 04:33:00 +0000 Subject: [PATCH] Bump org.apache.groovy:groovy from 4.0.26 to 4.0.27 Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from 4.0.26 to 4.0.27. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy dependency-version: 4.0.27 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 c16c4c8a2..16c606662 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ ext { //version (changing these should be considered thoroughly!) javaVersion = JavaVersion.VERSION_17 groovyVersion = "4.0" - groovyBinaryVersion = "4.0.26" + groovyBinaryVersion = "4.0.27" junitVersion = '1.12.0' testcontainersVersion = '1.21.0'