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 d76f2fe  Bump org.mockito:mockito-core from 4.2.0 to 4.3.1.
d76f2fe is described below

commit d76f2fea0fb15b4c63e9870b3e8dbe8845d0e1be
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Feb 8 09:44:36 2022 -0500

    Bump org.mockito:mockito-core from 4.2.0 to 4.3.1.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5252f78..0ef3340 100644
--- a/pom.xml
+++ b/pom.xml
@@ -624,7 +624,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>4.2.0</version>
+        <version>4.3.1</version>
       </dependency>
       <!-- Test FTP with Apache FTP Server (MINA) -->
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 476ecf6..e99f567 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -149,7 +149,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #223. 
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump org.mockito:mockito-core from 3.11.2 to 4.2.0.
+        Bump org.mockito:mockito-core from 3.11.2 to 4.3.1.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump maven-javadoc-plugin from 3.3.0 to 3.3.1.

Reply via email to