From ff29b03d89d2f5d741b83cc219bf314ac69601f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 04:07:49 +0000 Subject: [PATCH] Bump org.apache.groovy:groovy from 4.0.28 to 5.0.2 Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from 4.0.28 to 5.0.2. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy dependency-version: 5.0.2 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 809e3ce39..ccbeaa2ad 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ ext { //version (changing these should be considered thoroughly!) javaVersion = JavaVersion.VERSION_21 groovyVersion = "4.0" - groovyBinaryVersion = "4.0.28" + groovyBinaryVersion = "5.0.2" junitVersion = '6.0.1' testcontainersVersion = '1.21.3'