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/07/12 17:46:48 UTC

[commons-vfs] branch master updated: Bump org.mockito:mockito-core from 4.6.0 to 4.6.1

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 0d40d6f5 Bump org.mockito:mockito-core from 4.6.0 to 4.6.1
0d40d6f5 is described below

commit 0d40d6f5b3fd9f6f92a6d3f30e62bf339c2a788d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jul 12 13:46:42 2022 -0400

    Bump org.mockito:mockito-core from 4.6.0 to 4.6.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 bb9a2134..aec29b87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -626,7 +626,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>4.6.0</version>
+        <version>4.6.1</version>
       </dependency>
       <!-- Test FTP with Apache FTP Server (MINA) -->
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2f2ecc8a..a5f867a6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -170,7 +170,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump net.sourceforge.pmd:pmd-* from 6.36.0 to 6.47.0 #208, #247, #256, #261, #266, #270.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">
-        Bump org.mockito:mockito-core from 3.11.2 to 4.6.0 #263.
+        Bump org.mockito:mockito-core from 3.11.2 to 4.6.1 #263.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump maven-javadoc-plugin from 3.3.0 to 3.3.2.