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 07:56:38 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-7124] Upgrade to Spring Security 5.4.5

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 302c9e8  [KARAF-7124] Upgrade to Spring Security 5.4.5
302c9e8 is described below

commit 302c9e8c90f25a90578d10bb3da710e4c8b8de0f
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Apr 26 17:56:48 2021 +0200

    [KARAF-7124] Upgrade to Spring Security 5.4.5
    
    (cherry picked from commit bf412b93850035104485f21e1162c83acb8e23db)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58fdc31..81f5d47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,7 +308,7 @@
         <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.3.RELEASE_2</spring.security53.version>
-        <spring.security54.version>5.4.2_1</spring.security54.version>
+        <spring.security54.version>5.4.5_1</spring.security54.version>
 
         <sshd.version>2.5.1</sshd.version>
         <derby-version>10.14.2.0</derby-version>