Skip to content

Commit

Permalink
Bump mockito version (#701)
Browse files Browse the repository at this point in the history
Signed-off-by: bowenlan-amzn <[email protected]>
(cherry picked from commit 9ed4016)
  • Loading branch information
bowenlan-amzn authored and github-actions[bot] committed Feb 24, 2023
1 parent 105bea5 commit 5d0a7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ dependencies {
testImplementation "org.opensearch.test:framework:${opensearch_version}"
testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
testImplementation "org.mockito:mockito-core:4.7.0"
testImplementation "org.mockito:mockito-core:${versions.mockito}"

add("ktlint", "com.pinterest:ktlint:0.45.1") {
attributes {
Expand Down

0 comments on commit 5d0a7b0

Please sign in to comment.