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/12 16:49:02 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7569] Upgrade to Spring 5.3.23

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

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


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 117d02b761 [KARAF-7569] Upgrade to Spring 5.3.23
117d02b761 is described below

commit 117d02b7619e1805365da29891473d37955431c4
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Oct 11 13:51:00 2022 +0200

    [KARAF-7569] Upgrade to Spring 5.3.23
    
    (cherry picked from commit a334d986c46bc18d5415fe1af1b7ca616cc29b12)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 906e7ce1dc..47f04e4d73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,7 +322,7 @@
         <spring31.version>3.1.4.RELEASE</spring31.version>
         <spring43.version>4.3.30.RELEASE_1</spring43.version>
         <spring52.version>5.2.22.RELEASE_1</spring52.version>
-        <spring53.version>5.3.22_1</spring53.version>
+        <spring53.version>5.3.23_1</spring53.version>
         <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>