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 2019/10/03 16:40:55 UTC

[commons-vfs] branch master updated: Update tests using org.mockito:mockito-core from 3.0.0 to 3.1.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 8145ac9  Update tests using org.mockito:mockito-core from 3.0.0 to 3.1.0.
8145ac9 is described below

commit 8145ac9638b89f6ccf4b6e94eded819cf15fc5f1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Oct 3 12:40:48 2019 -0400

    Update tests using org.mockito:mockito-core from 3.0.0 to 3.1.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d728a4c..91e9fb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -529,7 +529,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>3.0.0</version>
+        <version>3.1.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9f1112a..d2d98f6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,6 +74,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-732" dev="ggregory" type="update" due-to="Gary Gregory">
         Update org.apache.httpcomponents:httpcore-nio from 4.4.11 to 4.4.12.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update tests using org.mockito:mockito-core from 3.0.0 to 3.1.0.
+      </action>
     </release>
     <release version="2.4.1" date="2019-08-10" description="Bug fix release.">
       <action issue="VFS-725" dev="ggregory" type="fix" due-to="Gary Gregory">