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 d1c3763 commit e2f2d6bCopy full SHA for e2f2d6b
buildSrc/build.gradle
@@ -127,7 +127,7 @@ dependencies {
127
testFixturesApi gradleTestKit()
128
testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:2.33.2'
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