From 0c0939a11c5b2854f9c16fa72488c94e64a00ffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:34:00 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-bom from 3.0.21 to 3.0.22 Bumps [org.codehaus.groovy:groovy-bom](https://github.com/apache/groovy) from 3.0.21 to 3.0.22. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- tests-execution-chart-commons/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3767d55..59f012e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,7 +67,7 @@ dependencies { implementation(gradleApi()) implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1") - testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.21")) + testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.22")) testImplementation("org.codehaus.groovy:groovy") testImplementation(platform("org.spockframework:spock-bom:2.4-M2-groovy-3.0")) testImplementation("org.spockframework:spock-core") diff --git a/tests-execution-chart-commons/build.gradle.kts b/tests-execution-chart-commons/build.gradle.kts index 93a4c09..5713638 100644 --- a/tests-execution-chart-commons/build.gradle.kts +++ b/tests-execution-chart-commons/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { implementation("org.apache.commons:commons-text:1.12.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1") - testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.21")) + testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.22")) testImplementation("org.codehaus.groovy:groovy") testImplementation(platform("org.spockframework:spock-bom:2.4-M2-groovy-3.0")) testImplementation("org.spockframework:spock-core")