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/02 17:02:08 UTC

[syncope] branch 2_0_X updated: Upgrading Spring Security

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 c31fe93  Upgrading Spring Security
c31fe93 is described below

commit c31fe935b62c061e4002c6ba5fa008a5e9c305ba
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Apr 2 19:01:42 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 95b91dc..f7437ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@ under the License.
     <jackson.version>2.10.3</jackson.version>
 
     <spring.version>4.3.26.RELEASE</spring.version>
-    <spring-security.version>4.2.14.RELEASE</spring-security.version>
+    <spring-security.version>4.2.15.RELEASE</spring-security.version>
 
     <openjpa.version>2.4.3</openjpa.version>
     <hikaricp.version>2.4.13</hikaricp.version>