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/06/04 15:21:31 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-7446] Upgrade to Spring 5.3.19

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 9c8b8d2227 [KARAF-7446] Upgrade to Spring 5.3.19
9c8b8d2227 is described below

commit 9c8b8d2227128892ae1c1f460fd8acc2885ed8a3
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Jun 4 07:00:44 2022 +0200

    [KARAF-7446] Upgrade to Spring 5.3.19
    
    (cherry picked from commit 151f5dd6e45b5ffadf5e4fa4f01686cd6aa503ac)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a0833f7fbb..90aa403f6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -329,7 +329,7 @@
         <spring50.version>5.0.20.RELEASE_1</spring50.version>
         <spring51.version>5.1.20.RELEASE_1</spring51.version>
         <spring52.version>5.2.20.RELEASE_1</spring52.version>
-        <spring53.version>5.3.18_1</spring53.version>
+        <spring53.version>5.3.19_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>