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 f51d321ff77725c3678cc34b2428218fc4f4e629 Author: Lyor Goldstein <[email protected]> AuthorDate: Sun Mar 17 19:07:17 2019 +0200 Upgraded Mockito version to 2.25.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 795c425..2d3cc76 100644 --- a/pom.xml +++ b/pom.xml @@ -538,7 +538,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>2.24.5</version> + <version>2.25.1</version> </dependency> <!-- Used by mockito --> <dependency>
