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/04/25 17:11:28 UTC

[mina-sshd] 01/05: Upgraded mockito version to 2.27.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 ae5de06f850d9793a18fa425a05d98c8ee51d008
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Apr 23 11:44:10 2019 +0300

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

diff --git a/pom.xml b/pom.xml
index f0734fb..9a399d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -538,7 +538,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>2.25.1</version>
+                <version>2.27.0</version>
             </dependency>
                 <!-- Used by mockito -->
             <dependency>