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-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new 7cc7b59  Update tests from Mockito 3.1.0 to 3.2.0.
7cc7b59 is described below

commit 7cc7b596caeb475fe06038db1d70b6d2f862813f
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 12 11:04:02 2019 -0500

    Update tests from Mockito 3.1.0 to 3.2.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4846856..c6fd504 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@ CSV files of various types.
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>3.1.0</version>
+      <version>3.2.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8eba881..783c347 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,7 @@
       <action                 type="fix" dev="ggregory" due-to="Alex 
Herbert">Use test scope for supercsv #48.</action>
       <action                 type="update" dev="ggregory" due-to="Gary 
Gregory">Update tests from H2 1.4.199 to 1.4.200.</action>
       <action                 type="update" dev="ggregory" due-to="Gary 
Gregory">Update tests from Hamcrest 2.1 to 2.2.</action>
+      <action                 type="update" dev="ggregory" due-to="Gary 
Gregory">Update tests from Mockito 3.1.0 to 3.2.0.</action>
     </release>
     <release version="1.7" date="2019-06-01" description="Feature and bug fix 
release (Java 8)">
       <action issue="CSV-233" type="add" dev="ggregory" due-to="Gary 
Gregory">Add predefined CSVFormats for printing MongoDB CSV and TSV.</action>

Reply via email to