You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by su...@apache.org on 2023/03/27 02:11:05 UTC

[shardingsphere] branch master updated: Downgrade mockito to 4.11 for jdk 8 (#24846)

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

sunnianjun 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 1097a656ffa Downgrade mockito to 4.11 for jdk 8 (#24846)
1097a656ffa is described below

commit 1097a656ffa04b5d510c6beaebde34dcdace6937
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Mon Mar 27 10:10:57 2023 +0800

    Downgrade mockito to 4.11 for jdk 8 (#24846)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index abd601a5f7d..733e2d4efb0 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>5.2.0</mockito.version>
+        <mockito.version>4.11.0</mockito.version>
         
         <protobuf-java.version>3.21.12</protobuf-java.version>
         <awaitility.version>4.2.0</awaitility.version>