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 2020/10/22 17:14:59 UTC

[mina-sshd] 03/10: Upgraded Mockito version to 3.5.15

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 94299e3bbb8cf0e5924a5b4c956980f86826f383
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Oct 22 19:14:37 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 854f6ca..6e54b2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -554,7 +554,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>3.5.10</version>
+                <version>3.5.15</version>
             </dependency>
                 <!-- Used by mockito -->
             <dependency>