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/04/13 16:35:08 UTC

[mina-sshd] 01/05: Updated Mockito version to 3.9.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 fce2978eaa09e17b0ee8a80cdb1dd26cbecddc3c
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Apr 13 19:05:42 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index 9089d76..57261b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -529,7 +529,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>3.8.0</version>
+                <version>3.9.0</version>
             </dependency>
                 <!-- Used by mockito -->
             <dependency>