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 48a8852 Bump Mockito from 3.9.0 to 3.11.2. 48a8852 is described below commit 48a88521b682dbb5b127a21c3f426ba14b1286c8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 9 21:55:16 2021 -0400 Bump Mockito from 3.9.0 to 3.11.2. --- pom.xml | 2 +- src/changes/changes.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 987ed2d..a61d3f8 100644 --- a/pom.xml +++ b/pom.xml @@ -631,7 +631,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.9.0</version> + <version>3.11.2</version> </dependency> <!-- Test FTP with Apache FTP Server (MINA) --> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d4bc013..0088c26 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -100,8 +100,8 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" due-to="Boris Petrov" type="update"> Update actions/setup-java to v2 #177. </action> - <action dev="ggregory" due-to="Dependabot" type="update"> - Bump mockito-core from 3.8.0 to 3.9.0 #178. + <action dev="ggregory" due-to="Dependabot, Gary GRegory" type="update"> + Bump mockito-core from 3.8.0 to 3.11.2 #178. </action> <action dev="ggregory" due-to="Gary Gregory" type="update"> Bump commons-io from 2.8.0 to 2.10.0.