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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new bccf8ae Update org.mockito:mockito-core from 3.2.4 to 3.3.3. bccf8ae is described below commit bccf8aefd58d8717e1f89293348e6fc5c97e4251 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 29 20:11:08 2020 -0400 Update org.mockito:mockito-core from 3.2.4 to 3.3.3. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9cc340d..0cfa19e 100644 --- a/pom.xml +++ b/pom.xml @@ -559,7 +559,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.2.4</version> + <version>3.3.3</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0ea0bda..db71829 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -74,6 +74,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory"> Update tests from Log4j 2.13.0 to 2.13.1. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Update org.mockito:mockito-core from 3.2.4 to 3.3.3. + </action> </release> <release version="2.6.0" date="2020-06-01" description="New features and bug fix release."> <action dev="ggregory" due-to="Eitan Adler" type="fix">