From 44067abe228f318bb20653989dfb9f9e1fb1cca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:47:51 +0000 Subject: [PATCH] Bump org.apache.groovy:groovy from 4.0.28 to 5.0.3 Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from 4.0.28 to 5.0.3. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy dependency-version: 5.0.3 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 2c9e1db2b..9d50f0e45 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.3" junitVersion = '6.0.1' testcontainersVersion = '2.0.2'