We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ff3e0 commit b84a413Copy full SHA for b84a413
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
exclude("org.slf4j")
34
}
35
36
- testImplementation(platform("org.apache.groovy:groovy-bom:4.0.12"))
+ testImplementation(platform("org.apache.groovy:groovy-bom:4.0.13"))
37
testImplementation("org.apache.groovy:groovy")
38
testImplementation(platform("org.spockframework:spock-bom:2.3-groovy-4.0"))
39
testImplementation("org.spockframework:spock-core")
0 commit comments