You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2021/06/26 09:06:39 UTC

[mina-sshd] 09/16: Upgraded Mockito version to 3.11.2

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 bf2d66fdcbf6164826d78dd0f81a5dd70191e7ab
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:17:57 2021 +0300

    Upgraded Mockito version to 3.11.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1a8a2db..2b20956 100644
--- a/pom.xml
+++ b/pom.xml
@@ -540,7 +540,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>3.9.0</version>
+                <version>3.11.2</version>
             </dependency>
                 <!-- Used by mockito -->
             <dependency>