From 33a3c727da466d6b66892fc63a7903011dea793e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 23:55:06 +0000 Subject: [PATCH] Bump org.apache.groovy:groovy-all from 4.0.21 to 4.0.24 Bumps [org.apache.groovy:groovy-all](https://github.com/apache/groovy) from 4.0.21 to 4.0.24. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-all 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 0750434..13a7288 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ dependencies { testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0") testImplementation "org.spockframework:spock-core" testImplementation "org.spockframework:spock-junit4" // you can remove this if your code does not rely on old JUnit 4 rules - testImplementation "org.apache.groovy:groovy-all:4.0.21" + testImplementation "org.apache.groovy:groovy-all:4.0.24" // testImplementation "org.spockframework:spock-core:2.3-groovy-3.0"