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/08/27 07:52:29 UTC

[syncope] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new 4c19843  Upgrading Mockito
4c19843 is described below

commit 4c198434ca84b59f87405bbbc8087e5e3fd3e1b9
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Aug 27 09:52:07 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index aadddc3..b5e53b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -455,7 +455,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.6.2</junit.version>
-    <mockito.version>3.5.6</mockito.version>
+    <mockito.version>3.5.7</mockito.version>
 
     <swagger-core.version>2.1.4</swagger-core.version>
     <swagger-ui.version>3.32.3</swagger-ui.version>