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 2020/10/04 09:00:10 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6857] Upgrade to Spring 5.2.9.RELEASE

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 66973aa  [KARAF-6857] Upgrade to Spring 5.2.9.RELEASE
66973aa is described below

commit 66973aa6d3391d8ad7b4a251d6467ecaba1c7a79
Author: jbonofre <jb...@apache.org>
AuthorDate: Sat Oct 3 07:15:27 2020 +0200

    [KARAF-6857] Upgrade to Spring 5.2.9.RELEASE
    
    (cherry picked from commit 63a801ecdae5128e91c1e41eb1335e9152137fb5)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 258405b..a0f4eef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -302,7 +302,7 @@
         <spring43.version>4.3.29.RELEASE_1</spring43.version>
         <spring50.version>5.0.15.RELEASE_1</spring50.version>
         <spring51.version>5.1.14.RELEASE_1</spring51.version>
-        <spring52.version>5.2.5.RELEASE_1</spring52.version>
+        <spring52.version>5.2.9.RELEASE_1</spring52.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>