You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/01/05 15:47:50 UTC

[commons-vfs] branch master updated: Bump mockito-inline from 3.6.28 to 3.7.0.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 3916dd2  Bump mockito-inline from 3.6.28 to 3.7.0.
3916dd2 is described below

commit 3916dd2a2f88c9ae27d040acc11c63eeb7b1ca64
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 5 10:47:46 2021 -0500

    Bump mockito-inline from 3.6.28 to 3.7.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ed1ed32..c7db6a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -579,7 +579,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>3.6.28</version>
+        <version>3.7.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aad87c5..54ff048 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,7 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
         Simplify some String tests in method Os#determineOsFamily #147.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
-        Update org.mockito:mockito-core 3.5.13 -> 3.6.28.
+        Update org.mockito:mockito-core 3.5.13 -> 3.7.0.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
         Update org.apache.jackrabbit:jackrabbit-* 2.21.3 -> 2.21.4.