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 46809c5f41ea565551e30e8bf662a6ee267f512e Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu Dec 23 08:39:50 2021 +0200 Upgraded Mockito version to 4.2.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a9ed6be..1727bf8 100644 --- a/pom.xml +++ b/pom.xml @@ -548,7 +548,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>4.0.0</version> + <version>4.2.0</version> </dependency> <!-- Referenced indirectly by Bytebuddy -->