From b5ad6e7a424c4a696691546a9b8aee9e156aa080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 12:05:34 +0000 Subject: [PATCH] chore: bump org.apache.groovy:groovy-bom from 4.0.11 to 4.0.12 Bumps [org.apache.groovy:groovy-bom](https://github.com/apache/groovy) from 4.0.11 to 4.0.12. - [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 ddcab3f2..fecba68f 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.11")) + testImplementation(platform("org.apache.groovy:groovy-bom:4.0.12")) testImplementation("org.apache.groovy:groovy") testImplementation(platform("org.spockframework:spock-bom:2.3-groovy-4.0")) testImplementation("org.spockframework:spock-core")