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 2021/05/12 13:12:38 UTC

[syncope] branch master updated: Upgrading Spring and 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 e8f89de  Upgrading Spring and Mockito
e8f89de is described below

commit e8f89deffb7cf68ca7517209f14192a30e0647b6
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed May 12 15:12:03 2021 +0200

    Upgrading Spring and Mockito
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7b31e09..5296996 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
 
     <jackson.version>2.12.3</jackson.version>
 
-    <spring.version>5.3.5</spring.version>
+    <spring.version>5.3.7</spring.version>
     <spring-security.version>5.4.6</spring-security.version>
     <spring-boot.version>2.4.5</spring-boot.version>
     <spring-cloud-gateway.version>3.0.2</spring-cloud-gateway.version>
@@ -457,7 +457,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.7.1</junit.version>
-    <mockito.version>3.9.0</mockito.version>
+    <mockito.version>3.10.0</mockito.version>
 
     <swagger-core.version>2.1.8</swagger-core.version>
     <swagger-ui.version>3.48.0</swagger-ui.version>