From 0e108f46660e102f4022d0cb2c0da27ce6462398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:28:20 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.24 Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 3.0.23 to 3.0.24. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy 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 d6e3c27..3a09d3a 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation("io.micronaut:micronaut-validation") - testImplementation 'org.codehaus.groovy:groovy:3.0.23' + testImplementation 'org.codehaus.groovy:groovy:3.0.24' implementation 'commons-io:commons-io:2.18.0' testImplementation 'org.apache.commons:commons-lang3:3.17.0' }