diff --git a/alerting/build.gradle b/alerting/build.gradle index af65e3f23..6c8926262 100644 --- a/alerting/build.gradle +++ b/alerting/build.gradle @@ -119,7 +119,7 @@ dependencies { implementation "com.github.seancfoley:ipaddress:5.3.3" testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}" - testImplementation "org.mockito:mockito-core:5.1.0" + testImplementation "org.mockito:mockito-core:${versions.mockito}" testImplementation "org.opensearch.plugin:reindex-client:${opensearch_version}" }