From 35f2f2f13f2f265c0d6e56462f6f879427549fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:24:35 +0000 Subject: [PATCH] chore: bump org.apache.groovy:groovy-bom from 4.0.12 to 4.0.13 Bumps [org.apache.groovy:groovy-bom](https://github.com/apache/groovy) from 4.0.12 to 4.0.13. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-bom 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 c230d885..d54f7212 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { exclude("org.slf4j") } - testImplementation(platform("org.apache.groovy:groovy-bom:4.0.12")) + testImplementation(platform("org.apache.groovy:groovy-bom:4.0.13")) testImplementation("org.apache.groovy:groovy") testImplementation(platform("org.spockframework:spock-bom:2.3-groovy-4.0")) testImplementation("org.spockframework:spock-core")