You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/05/08 14:35:48 UTC

[iotdb] branch JDK16 updated: upgrade mockito core

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

haonan pushed a commit to branch JDK16
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/JDK16 by this push:
     new 9d243b3  upgrade mockito core
9d243b3 is described below

commit 9d243b3b02d2b9f3a1f031402fc7d905b2d9224a
Author: HTHou <hh...@outlook.com>
AuthorDate: Sat May 8 22:35:15 2021 +0800

    upgrade mockito core
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e96ae85..8493c25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -388,7 +388,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>2.23.0</version>
+                <version>3.9.0</version>
             </dependency>
             <dependency>
                 <groupId>org.objenesis</groupId>