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 cffd1ffd28a93c0131012b01af30d2a8d7e28b63 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Wed Apr 8 00:10:24 2020 +0300 Upgraded Mockito version to 3.3.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b52e22d..dcd590a 100644 --- a/pom.xml +++ b/pom.xml @@ -552,7 +552,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.3.0</version> + <version>3.3.3</version> </dependency> <!-- Used by mockito --> <dependency>