You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/01/10 09:55:24 UTC

[camel] branch camel-2.x updated: Upgrade Spring to 5.1.4

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

davsclaus pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new 6daec05  Upgrade Spring to 5.1.4
6daec05 is described below

commit 6daec05b6a4d3d8514d324f35f290b7e08831489
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jan 10 10:21:23 2019 +0100

    Upgrade Spring to 5.1.4
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c60716d..2372160 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -657,7 +657,7 @@
     <!-- karaf 4.1.x supports spring 4.x and karaf 4.2.x supports spring 5 -->
     <spring-version-range>[4.3,6)</spring-version-range>
     <spring-version>${spring5-version}</spring-version>
-    <spring5-version>5.1.3.RELEASE</spring5-version>
+    <spring5-version>5.1.4.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
     <spring-security-version>5.0.8.RELEASE</spring-security-version>
     <spring-security-bundle-version>5.0.4.RELEASE_1</spring-security-bundle-version>