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
commit a02412bd9a6db3b72ba640397d1a149e2dc55a9e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 13 11:52:47 2020 -0400 org.mockito:mockito-core 3.3.3 -> 3.4.0. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0c54c42..b0f4807 100644 --- a/pom.xml +++ b/pom.xml @@ -196,7 +196,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.3.3</version> + <version>3.4.0</version> <scope>test</scope> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0840d88..f3de0d4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,7 +72,7 @@ The <action> type attribute can be add,update,fix,remove. 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.3.3. + Update tests from Mockito 3.0.0 to 3.4.0. </action> <action dev="ggregory" type="update" due-to="Gary Gregory"> Update tests from jboss-logging 3.4.0.Final to 3.4.1.Final.