Skip to content

Commit

Permalink
Upgrading mockito version to make it consistent across the repo (open…
Browse files Browse the repository at this point in the history
…search-project#1410) (opensearch-project#1435)

Signed-off-by: Vacha <vachshah@amazon.com>
  • Loading branch information
VachaShah authored Oct 26, 2021
1 parent 180a54c commit 79215d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,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"
}
Expand Down

0 comments on commit 79215d4

Please sign in to comment.