From 7c0cab921abe2013c30508515a0c29999be8e2a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 04:22:19 +0000 Subject: [PATCH] Bump org.apache.groovy:groovy-all from 4.0.29 to 5.0.4 Bumps [org.apache.groovy:groovy-all](https://github.com/apache/groovy) from 4.0.29 to 5.0.4. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-all dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 56a5731..fd496b9 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ repositories { } dependencies { - implementation 'org.apache.groovy:groovy-all:5.0.3' + implementation 'org.apache.groovy:groovy-all:5.0.4' // This dependency is used by the application. implementation 'com.google.guava:guava:33.5.0-jre' @@ -43,7 +43,7 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher' codenarc('org.codenarc:CodeNarc:3.7.0-groovy-4.0') - codenarc('org.apache.groovy:groovy-all:4.0.29') // Required for Java 17 + codenarc('org.apache.groovy:groovy-all:5.0.4') // Required for Java 17 } run {