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 31dd5f9 Update org.mockito:mockito-core from 3.2.0 to 3.3.3. 31dd5f9 is described below commit 31dd5f97b15337f1f6a3c79a4b2b817df4b60dba Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 14 10:47:53 2020 -0400 Update org.mockito:mockito-core from 3.2.0 to 3.3.3. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b5c7e1f..83927a2 100644 --- a/pom.xml +++ b/pom.xml @@ -196,7 +196,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.2.0</version> + <version>3.3.3</version> <scope>test</scope> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 73b06eb..4332910 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.2.0. + Update tests from Mockito 3.0.0 to 3.3.3. </action> <action dev="ggregory" type="update" due-to="Gary Gregory"> Update tests from jboss-logging 3.4.0.Final to 3.4.1.Final.