Upgrading mockito version to make it consistent across the repo (#1410)
Signed-off-by: Vacha <vachshah@amazon.com>
This commit is contained in:
parent
33e70a9886
commit
8b4a7683d5
|
@ -123,7 +123,7 @@ dependencies {
|
|||
testFixturesApi gradleApi()
|
||||
testFixturesApi gradleTestKit()
|
||||
testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:2.23.2'
|
||||
testImplementation 'org.mockito:mockito-core:1.9.5'
|
||||
testImplementation "org.mockito:mockito-core:${props.getProperty('mockito')}"
|
||||
integTestImplementation('org.spockframework:spock-core:1.3-groovy-2.5') {
|
||||
exclude module: "groovy"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue