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/10/27 15:36:48 UTC

[syncope] 02/02: 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

commit 95ae11b9f68745bcf8a7ba754b687390601f84d6
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Oct 27 16:22:04 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 3834b32..7bef690 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ under the License.
 
     <jackson.version>2.11.3</jackson.version>
 
-    <spring.version>5.2.9.RELEASE</spring.version>
+    <spring.version>5.2.10.RELEASE</spring.version>
     <spring-security.version>5.4.1</spring-security.version>
     <spring-boot.version>2.3.4.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.5.RELEASE</spring-cloud-gateway.version>
@@ -455,7 +455,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.7.0</junit.version>
-    <mockito.version>3.5.15</mockito.version>
+    <mockito.version>3.6.0</mockito.version>
 
     <swagger-core.version>2.1.5</swagger-core.version>
     <swagger-ui.version>3.35.2</swagger-ui.version>