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 688dc910ee8582dcf6ccd8cc0a9745caf6d6e3a8 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Fri Feb 28 18:05:44 2020 +0200 Upgraded Mockito core version to 3.3.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ac0031d..9670dac 100644 --- a/pom.xml +++ b/pom.xml @@ -541,7 +541,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.2.4</version> + <version>3.3.0</version> </dependency> <!-- Used by mockito --> <dependency>