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 8ee1cec commit 917da15Copy full SHA for 917da15
build.gradle.kts
@@ -153,7 +153,7 @@ dependencies {
153
testImplementation("org.spockframework:spock-spring:2.4-M6-groovy-4.0") {
154
exclude(group = "org.apache.groovy")
155
}
156
- testImplementation("org.apache.groovy:groovy-all:4.0.28")
+ testImplementation("org.apache.groovy:groovy-all:5.0.1")
157
158
// TODO: migrate to WireMock
159
testImplementation("org.mock-server:mockserver-netty:5.15.0")
0 commit comments