Skip to content

Commit 218a1b8

Browse files
upgrade mockito-core (#678) (#679)
Signed-off-by: Rupal Mahajan <[email protected]> (cherry picked from commit 14ecd44) Co-authored-by: Rupal Mahajan <[email protected]>
1 parent 6993db0 commit 218a1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ dependencies {
192192
testImplementation "org.opensearch.test:framework:${opensearch_version}"
193193
testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
194194
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
195-
testImplementation "org.mockito:mockito-core:5.1.0"
195+
testImplementation "org.mockito:mockito-core:${versions.mockito}"
196196
testImplementation "org.mockito:mockito-junit-jupiter:4.7.0"
197197
testImplementation 'com.google.code.gson:gson:2.8.9'
198198

0 commit comments

Comments
 (0)