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

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


The following commit(s) were added to refs/heads/master by this push:
     new fecc5e5d7f0 Upgrade mockito to 5.2.0 (#24835)
fecc5e5d7f0 is described below

commit fecc5e5d7f010933e7c62a3d9b8b9a01c145b416
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Mar 26 15:30:19 2023 +0800

    Upgrade mockito to 5.2.0 (#24835)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 480bf871bc0..abd601a5f7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
         
         <junit.version>5.9.2</junit.version>
         <hamcrest.version>2.2</hamcrest.version>
-        <mockito.version>4.8.0</mockito.version>
+        <mockito.version>5.2.0</mockito.version>
         
         <protobuf-java.version>3.21.12</protobuf-java.version>
         <awaitility.version>4.2.0</awaitility.version>

Reply via email to