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

[syncope] 01/02: Upgrading Spring

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 100d65685443ecac75071d8a41e75f40a1e72116
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Nov 10 12:22:24 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index d5d55e0..d06e85a 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.10.RELEASE</spring.version>
+    <spring.version>5.2.11.RELEASE</spring.version>
     <spring-security.version>5.4.1</spring-security.version>
     <spring-boot.version>2.3.5.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.5.RELEASE</spring-cloud-gateway.version>