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 2019/06/06 17:33:52 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6316] Upgrade to Spring 5.0.14.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 41c3480  [KARAF-6316] Upgrade to Spring 5.0.14.RELEASE
41c3480 is described below

commit 41c3480662c0458d8c4f13b47715723ddcaffe58
Author: Jean-Baptiste Onofré <jb...@nanthrax.net>
AuthorDate: Wed Jun 5 09:23:20 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 5946e0b..752fd54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -303,7 +303,7 @@
         <spring41.version>4.1.9.RELEASE_1</spring41.version>
         <spring42.version>4.2.9.RELEASE_1</spring42.version>
         <spring43.version>4.3.24.RELEASE_1</spring43.version>
-        <spring50.version>5.0.13.RELEASE_1</spring50.version>
+        <spring50.version>5.0.14.RELEASE_1</spring50.version>
         <spring51.version>5.1.7.RELEASE_1</spring51.version>
         <spring.security31.version>3.1.4.RELEASE</spring.security31.version>
         <spring.security42.version>4.2.4.RELEASE_1</spring.security42.version>