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 45cd2fa80eccd00f51cacb3a1343a67080bab75a Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Tue Aug 18 09:26:23 2020 +0300 Upgraded Mockito version to 3.5.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5d0e37a..0ba3559 100644 --- a/pom.xml +++ b/pom.xml @@ -554,7 +554,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.3.3</version> + <version>3.5.0</version> </dependency> <!-- Used by mockito --> <dependency>