From 8bf89b6e6a156f0c8cb255e8156c95ee6cb39586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 20:40:48 +0000 Subject: [PATCH] Bump org.apache.groovy:groovy from 5.0.4 to 5.0.5 Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from 5.0.4 to 5.0.5. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index da668ba5c..cadda4836 100644 --- a/build.gradle +++ b/build.gradle @@ -142,8 +142,8 @@ dependencies { testImplementation 'org.spockframework:spock-core:2.4-groovy-5.0' testImplementation 'net.bytebuddy:byte-buddy:1.18.8' testImplementation 'org.objenesis:objenesis:3.5' - testImplementation 'org.apache.groovy:groovy:5.0.4' - testImplementation 'org.apache.groovy:groovy-json:5.0.4' + testImplementation 'org.apache.groovy:groovy:5.0.5' + testImplementation 'org.apache.groovy:groovy-json:5.0.5' testImplementation 'com.google.code.gson:gson:2.13.2' testImplementation 'org.eclipse.jetty:jetty-server:11.0.26' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'