diff --git a/build.gradle.kts b/build.gradle.kts index a69a2c1..d73c383 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -66,7 +66,7 @@ dependencies { implementation(gradleApi()) implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2") - testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.19")) + testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.20")) testImplementation("org.codehaus.groovy:groovy") testImplementation(platform("org.spockframework:spock-bom:2.4-M1-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 ff9a5a9..ec943b0 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.11.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2") - testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.19")) + testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.20")) testImplementation("org.codehaus.groovy:groovy") testImplementation(platform("org.spockframework:spock-bom:2.4-M1-groovy-3.0")) testImplementation("org.spockframework:spock-core")