This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
commit 912f2b0ed57c97f3476081c99ed6dd8bf07bf92e Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Jul 30 09:41:54 2019 -0400 Revert "Update tests from org.mockito:mockito-core 2.28.2 to 3.0.0." This reverts commit 528579520d0db6d7ad767b1e02f969fa5aca8556. --- pom.xml | 2 +- src/changes/changes.xml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index a9d7845..9e10fac 100644 --- a/pom.xml +++ b/pom.xml @@ -189,7 +189,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.0.0</version> + <version>2.28.2</version> <scope>test</scope> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 706254c..a8aec5d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -73,9 +73,6 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory"> Update tests from org.mockito:mockito-core 2.24.0 to 2.28.2. </action> - <action dev="ggregory" type="update" due-to="Gary Gregory"> - Update tests from org.mockito:mockito-core 2.28.2 to 3.0.0. - </action> </release> <release version="2.6.0" date="2019-02-14" description="This is a minor release, including bug fixes and enhancements."> <action dev="chtompki" type="add" issue="DBCP-534" due-to="Peter Wicks">