Skip to content

Commit

Permalink
Updates testCompile mockito version to match OpenSearch changes (#204)
Browse files Browse the repository at this point in the history
Signed-off-by: Clay Downs <downsrob@amazon.com>
  • Loading branch information
downsrob committed Oct 13, 2021
1 parent 7959450 commit dc6ecdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alerting/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies {
implementation "com.github.seancfoley:ipaddress:5.3.3"

testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
testCompile "org.mockito:mockito-core:2.23.0"
testCompile "org.mockito:mockito-core:3.12.4"
}

javadoc.enabled = false // turn off javadoc as it barfs on Kotlin code
Expand Down

0 comments on commit dc6ecdc

Please sign in to comment.