You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/11/25 15:37:15 UTC

[syncope] 02/03: Upgrading Mockito

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 6127abe6db989623c800b12a13708b6268688503
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Nov 25 15:35:47 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 1faf5bb..07b93cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -455,7 +455,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.7.0</junit.version>
-    <mockito.version>3.6.0</mockito.version>
+    <mockito.version>3.6.28</mockito.version>
 
     <swagger-core.version>2.1.5</swagger-core.version>
     <swagger-ui.version>3.37.0</swagger-ui.version>