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 dc6f986 commit 686076bCopy full SHA for 686076b
buildSrc/build.gradle
@@ -127,7 +127,7 @@ dependencies {
127
testFixturesApi gradleTestKit()
128
testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:2.35.0'
129
testImplementation "org.mockito:mockito-core:${props.getProperty('mockito')}"
130
- integTestImplementation('org.spockframework:spock-core:2.3-groovy-3.0') {
+ integTestImplementation('org.spockframework:spock-core:2.3-groovy-4.0') {
131
exclude module: "groovy"
132
}
133
0 commit comments