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 2018/07/25 06:13:43 UTC

[2/5] mina-sshd git commit: Upgraded Mockito version to 2.20.0

Upgraded Mockito version to 2.20.0


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/bd8fe7e2
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/bd8fe7e2
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/bd8fe7e2

Branch: refs/heads/master
Commit: bd8fe7e2c7498db853d66a13d2661ba25347aba7
Parents: 5cada43
Author: Goldstein Lyor <ly...@c-b4.com>
Authored: Wed Jul 25 09:03:20 2018 +0300
Committer: Goldstein Lyor <ly...@c-b4.com>
Committed: Wed Jul 25 09:04:40 2018 +0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/bd8fe7e2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b1b812a..e9bb41a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,7 +427,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>2.18.3</version>
+                <version>2.20.0</version>
             </dependency>
             <dependency>
                 <groupId>net.sf.jpam</groupId>