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 2019/10/03 16:36:29 UTC

[mina-sshd] 04/10: Upgraded Mockito version to 3.1.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 86a6063f16a01e45133ef7b19048543788645ba4
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Oct 3 12:42:21 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index 22c0834..a1e5994 100644
--- a/pom.xml
+++ b/pom.xml
@@ -538,7 +538,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>3.0.0</version>
+                <version>3.1.0</version>
             </dependency>
                 <!-- Used by mockito -->
             <dependency>