From e66ebb586330f6cde89eb669c900c95f2ca978fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:03:32 +0000 Subject: [PATCH] Bump org.apache.groovy:groovy from 5.0.6 to 5.0.7 Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from 5.0.6 to 5.0.7. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy dependency-version: 5.0.7 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 b69c469..5d2a9a5 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ dependencies{ // TESTING testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation 'org.apache.groovy:groovy:5.0.6' + testImplementation 'org.apache.groovy:groovy:5.0.7' testImplementation 'org.spockframework:spock-core:2.4-groovy-5.0' }