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/04/28 10:48:13 UTC

[syncope] branch 2_0_X updated: Upgrading Spring

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

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


The following commit(s) were added to refs/heads/2_0_X by this push:
     new 81ebbb8  Upgrading Spring
81ebbb8 is described below

commit 81ebbb81e5f21a4348647f4a4e195a11745a7a2d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Apr 28 12:47:48 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 74aaf2f..3ee0a3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,7 +393,7 @@ under the License.
 
     <jackson.version>2.10.3</jackson.version>
 
-    <spring.version>4.3.26.RELEASE</spring.version>
+    <spring.version>4.3.27.RELEASE</spring.version>
     <spring-security.version>4.2.15.RELEASE</spring-security.version>
 
     <openjpa.version>2.4.3</openjpa.version>