You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/10/14 04:17:29 UTC

[karaf] branch main updated: [KARAF-7570] Upgrade to Spring Security 5.6.3

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 0ee148b9ae [KARAF-7570] Upgrade to Spring Security 5.6.3
     new 212b7102f6 Merge pull request #1655 from jbonofre/KARAF-7570
0ee148b9ae is described below

commit 0ee148b9ae5b876491e5d7b6d832b1266f8983b5
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Oct 13 09:34:45 2022 +0200

    [KARAF-7570] Upgrade to Spring Security 5.6.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ba6ccf24ab..e9a1191962 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,7 +340,7 @@
         <spring.security53.version>5.3.3.RELEASE_2</spring.security53.version>
         <spring.security54.version>5.4.6_1</spring.security54.version>
         <spring.security55.version>5.5.2_1</spring.security55.version>
-        <spring.security56.version>5.6.1_1</spring.security56.version>
+        <spring.security56.version>5.6.3_1</spring.security56.version>
 
         <sling.commons.johnzon.version>1.2.14</sling.commons.johnzon.version>
         <sshd.version>2.9.1</sshd.version>