This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git

commit cf49f0eaeadd297e444fe6da42849c1e39bb869d
Author: Raghav Aggarwal <raghavaggarwal03...@gmail.com>
AuthorDate: Tue Mar 12 16:51:52 2024 +0530

    HIVE-28115: Upgrade mockito-core from 3.3.3 to 3.4.4 in 
standalone-metastore (Raghav Aggarwal reviewed by Stamatis Zampetakis)
    
    The change simply aligns the version with the one used in the main pom.xml 
file.
    
    Close apache/hive#5125
---
 standalone-metastore/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index e56d7b6197c..12d2481a5c4 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -88,7 +88,7 @@
     <libfb303.version>0.9.3</libfb303.version>
     <libthrift.version>0.16.0</libthrift.version>
     <log4j2.version>2.18.0</log4j2.version>
-    <mockito-core.version>3.3.3</mockito-core.version>
+    <mockito-core.version>3.4.4</mockito-core.version>
     <orc.version>1.8.5</orc.version>
     <protobuf.version>3.24.4</protobuf.version>
     <io.grpc.version>1.51.0</io.grpc.version>

Reply via email to