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/03/26 06:46:21 UTC

[mina-sshd] 04/15: Updated Mockito version to 3.8.0

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 0aa28b0152db9cbd7dfc2b0480bc665e132c76d6
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Fri Mar 26 09:02:57 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index 0a3eb60..bde6740 100644
--- a/pom.xml
+++ b/pom.xml
@@ -529,7 +529,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>3.7.7</version>
+                <version>3.8.0</version>
             </dependency>
                 <!-- Used by mockito -->
             <dependency>