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 6fb4981d25a9ac463968c921ed9dd88cc4e45507 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Sat Sep 12 17:37:50 2020 +0300 Upgraded Mockito version to 3.5.10 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 822b96c..5ae35b5 100644 --- a/pom.xml +++ b/pom.xml @@ -554,7 +554,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.5.0</version> + <version>3.5.10</version> </dependency> <!-- Used by mockito --> <dependency>