diff --git a/build.gradle.kts b/build.gradle.kts index 847327c..e5db564 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ repositories { dependencies { detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4") // mandatory dependencies for using Spock - testImplementation ("org.codehaus.groovy:groovy-all:3.0.19") + testImplementation ("org.codehaus.groovy:groovy-all:3.0.20") testImplementation ("org.spockframework:spock-core:2.3-groovy-4.0") { exclude("org.codehaus.groovy", "groovy-xml") }