This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 995b6afeb83ac6fc71e16a74dc62e6cd605c0be9 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Tue Dec 24 19:52:10 2019 +0200 Upgraded Mockito version to 3.2.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0102ff9..1d52dab 100644 --- a/pom.xml +++ b/pom.xml @@ -540,7 +540,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.1.0</version> + <version>3.2.4</version> </dependency> <!-- Used by mockito --> <dependency>