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 0649152 Bump mockito-core from 3.8.0 to 3.9.0 (#178) 0649152 is described below commit 06491527b1a4981c11c91fb5fe6e299ac157284e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Apr 11 10:19:23 2021 -0400 Bump mockito-core from 3.8.0 to 3.9.0 (#178) Bumps [mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0) Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6a3637a..3bf5fd3 100644 --- a/pom.xml +++ b/pom.xml @@ -623,7 +623,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.8.0</version> + <version>3.9.0</version> </dependency> <!-- Test FTP with Apache FTP Server (MINA) --> <dependency>