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