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/05/06 13:41:43 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-7139] Upgrade to Spring 5.3.6

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 c0c3977  [KARAF-7139] Upgrade to Spring 5.3.6
c0c3977 is described below

commit c0c397747f80b10767c5dd2da5caf7294eff234d
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu May 6 13:48:41 2021 +0200

    [KARAF-7139] Upgrade to Spring 5.3.6
    
    (cherry picked from commit 2913307b48b72c3bd6ff47d8688ddce29320f59d)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 678fc51..fb15cc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,7 +331,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.5_1</spring.security54.version>
+        <spring.security54.version>5.4.6_1</spring.security54.version>
 
         <sshd.version>2.5.1</sshd.version>
         <derby-version>10.14.2.0</derby-version>