Upgrading mockito version to make it consistent across the repo (#1410)

Signed-off-by: Vacha <vachshah@amazon.com>
This commit is contained in:
Vacha 2021-10-21 16:40:43 -07:00 committed by GitHub
parent 33e70a9886
commit 8b4a7683d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}