We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b792396 commit 14ecd44Copy full SHA for 14ecd44
build.gradle
@@ -193,7 +193,7 @@ dependencies {
193
testImplementation "org.opensearch.test:framework:${opensearch_version}"
194
testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
195
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
196
- testImplementation "org.mockito:mockito-core:5.1.0"
+ testImplementation "org.mockito:mockito-core:${versions.mockito}"
197
testImplementation "org.mockito:mockito-junit-jupiter:4.7.0"
198
testImplementation 'com.google.code.gson:gson:2.8.9'
199
0 commit comments