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 08:59:08 UTC

[karaf] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 63a801e  [KARAF-6857] Upgrade to Spring 5.2.9.RELEASE
     new c30a4fb  Merge pull request #1210 from jbonofre/KARAF-6857
63a801e is described below

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

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

diff --git a/pom.xml b/pom.xml
index 6ef585e..088dbae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -298,7 +298,7 @@
         <spring.osgi.version>1.2.1</spring.osgi.version>
         <spring31.version>3.1.4.RELEASE</spring31.version>
         <spring43.version>4.3.29.RELEASE_1</spring43.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>