diff --git a/build.gradle.kts b/build.gradle.kts index 6a8f485..03fdd30 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { implementation(localGroovy()) testImplementation("junit:junit:4.13") - testImplementation("org.spockframework:spock-core:1.3-groovy-2.5") { + testImplementation("org.spockframework:spock-core:2.2-groovy-4.0") { exclude(module = "groovy-all") } }