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/08/11 12:56:01 UTC

[syncope] 01/04: Upgrading Spring Security

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 b33701288c3d31ee32a3ad7c2f0c091f75da0fe0
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Aug 6 14:57:06 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index a7372d6..d4bd060 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,7 +410,7 @@ under the License.
     <jackson.version>2.11.2</jackson.version>
 
     <spring.version>5.2.8.RELEASE</spring.version>
-    <spring-security.version>5.3.3.RELEASE</spring-security.version>
+    <spring-security.version>5.3.4.RELEASE</spring-security.version>
     <spring-boot.version>2.3.2.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.4.RELEASE</spring-cloud-gateway.version>