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:54:46 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 4358678  Upgrade Spring to 5.1.4
4358678 is described below

commit 4358678e97c6b655d86377b2f9b04b7ad4abddbf
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 ceac502..50a0017 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -658,7 +658,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>