From 6cda46b5f2f21412967f03f3f7ba55c2421fca63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 12:00:19 +0000 Subject: [PATCH] chore: bump org.apache.groovy:groovy-bom from 4.0.9 to 4.0.10 Bumps [org.apache.groovy:groovy-bom](https://github.com/apache/groovy) from 4.0.9 to 4.0.10. - [Release notes](https://github.com/apache/groovy/releases) - [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 9859ec0d..8e44e1ce 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.9")) + testImplementation(platform("org.apache.groovy:groovy-bom:4.0.10")) testImplementation("org.apache.groovy:groovy") testImplementation(platform("org.spockframework:spock-bom:2.3-groovy-4.0")) testImplementation("org.spockframework:spock-core")