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


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

commit fc58038254913838800811054d1ab0db5c662810
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 12 10:12:52 2019 -0500

    Update tests from Mockito 3.0.0 to 3.2.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 2fef401..2f28ca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>3.0.0</version>
+      <version>3.2.0</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9ea4af1..b7899b3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from H2 1.4.199 to 1.4.200.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update tests from Mockito 3.0.0 to 3.2.0.
+      </action>
     </release>
     <release version="2.7.0" date="2019-07-31" description="This is a minor 
release, including bug fixes and enhancements.">
       <!-- add -->

Reply via email to