We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585fd06 commit d473ae7Copy full SHA for d473ae7
build.gradle.kts
@@ -148,7 +148,7 @@ dependencies {
148
testImplementation("org.spockframework:spock-spring:2.4-M6-groovy-4.0") {
149
exclude(group = "org.apache.groovy")
150
}
151
- testImplementation("org.apache.groovy:groovy-all:4.0.28")
+ testImplementation("org.apache.groovy:groovy-all:5.0.1")
152
153
// TODO: migrate to WireMock
154
testImplementation("org.mock-server:mockserver-netty:5.15.0")
0 commit comments