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 2d200c3f6a1c218c4151ead24298741d0a4e031d Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Tue Oct 19 20:00:53 2021 +0300 Upgraded Mockito version to 4.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d8e0118..5fc1d8a 100644 --- a/pom.xml +++ b/pom.xml @@ -540,7 +540,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.11.2</version> + <version>4.0.0</version> </dependency> <!-- Used by mockito --> <dependency>