From 14ecd4433aa7b40995839240199575c2939bfe4e Mon Sep 17 00:00:00 2001
From: Rupal Mahajan <maharup@amazon.com>
Date: Mon, 27 Mar 2023 09:40:42 -0700
Subject: [PATCH] upgrade mockito-core (#678)

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 7b679055..281e8bb2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -193,7 +193,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:5.1.0"
+    testImplementation "org.mockito:mockito-core:${versions.mockito}"
     testImplementation "org.mockito:mockito-junit-jupiter:4.7.0"
     testImplementation 'com.google.code.gson:gson:2.8.9'