From e8942641002a4d3c9c7846fca9b91732746cbc0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:29:59 +0000 Subject: [PATCH] build(deps): bump org.apache.groovy:groovy from 4.0.24 to 4.0.25 Bumps [org.apache.groovy:groovy](https://github.com/apache/groovy) from 4.0.24 to 4.0.25. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.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 848e43f..c5a28b7 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,7 @@ dependencies { api "org.junit.jupiter:junit-jupiter-api" api "org.mockito:mockito-core:5.15.2" - testImplementation "org.apache.groovy:groovy:4.0.24" + testImplementation "org.apache.groovy:groovy:4.0.25" testImplementation "org.assertj:assertj-core:3.27.3" testImplementation "org.junit.jupiter:junit-jupiter" }