From de606463822a4429b693182c6bc0a823c2bf1dea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 02:01:58 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-all from 3.0.19 to 3.0.20 Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 3.0.19 to 3.0.20. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 847327c..e5db564 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ repositories { dependencies { detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4") // mandatory dependencies for using Spock - testImplementation ("org.codehaus.groovy:groovy-all:3.0.19") + testImplementation ("org.codehaus.groovy:groovy-all:3.0.20") testImplementation ("org.spockframework:spock-core:2.3-groovy-4.0") { exclude("org.codehaus.groovy", "groovy-xml") }