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 2022/03/11 14:43:37 UTC

[commons-vfs] branch master updated: Bump org.mockito:mockito-core from 4.3.1 to 4.4.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 1f5289c  Bump org.mockito:mockito-core from 4.3.1 to 4.4.0
1f5289c is described below

commit 1f5289ccda40e943170404a17931b7dbf75970a6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 11 09:43:31 2022 -0500

    Bump org.mockito:mockito-core from 4.3.1 to 4.4.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 1baf0f0..b0f87b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -626,7 +626,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>4.3.1</version>
+        <version>4.4.0</version>
       </dependency>
       <!-- Test FTP with Apache FTP Server (MINA) -->
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e922f8d..6641350 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.3.1.
+        Bump org.mockito:mockito-core from 3.11.2 to 4.4.0.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump maven-javadoc-plugin from 3.3.0 to 3.3.2.