Skip to content

Commit 14ecd44

Browse files
authored
upgrade mockito-core (#678)
Signed-off-by: Rupal Mahajan <[email protected]>
1 parent b792396 commit 14ecd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ dependencies {
193193
testImplementation "org.opensearch.test:framework:${opensearch_version}"
194194
testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
195195
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
196-
testImplementation "org.mockito:mockito-core:5.1.0"
196+
testImplementation "org.mockito:mockito-core:${versions.mockito}"
197197
testImplementation "org.mockito:mockito-junit-jupiter:4.7.0"
198198
testImplementation 'com.google.code.gson:gson:2.8.9'
199199

0 commit comments

Comments
 (0)