We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87d7b3 commit a993205Copy full SHA for a993205
buildSrc/build.gradle
@@ -122,7 +122,7 @@ dependencies {
122
testFixturesApi "com.carrotsearch.randomizedtesting:randomizedtesting-runner:${props.getProperty('randomizedrunner')}"
123
testFixturesApi gradleApi()
124
testFixturesApi gradleTestKit()
125
- testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:2.23.2'
+ testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:2.32.0'
126
testImplementation "org.mockito:mockito-core:${props.getProperty('mockito')}"
127
integTestImplementation('org.spockframework:spock-core:2.1-groovy-3.0') {
128
exclude module: "groovy"
0 commit comments