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 2021/04/28 06:38:52 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-7125] Upgrade to Spring Security 5.3.3_2

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 94729d1  [KARAF-7125] Upgrade to Spring Security 5.3.3_2
94729d1 is described below

commit 94729d1d04219a2a81195ca2f5c6634e851e6c9b
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Apr 26 17:32:42 2021 +0200

    [KARAF-7125] Upgrade to Spring Security 5.3.3_2
    
    (cherry picked from commit 45339806f26bbdd53914472187aed5c84b190dbc)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 42742c3..58fdc31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,7 +307,7 @@
         <spring.security31.version>3.1.4.RELEASE</spring.security31.version>
         <spring.security42.version>4.2.4.RELEASE_1</spring.security42.version>
         <spring.security51.version>5.1.5.RELEASE_1</spring.security51.version>
-        <spring.security53.version>5.3.1.RELEASE_1</spring.security53.version>
+        <spring.security53.version>5.3.3.RELEASE_2</spring.security53.version>
         <spring.security54.version>5.4.2_1</spring.security54.version>
 
         <sshd.version>2.5.1</sshd.version>