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 2018/10/24 07:25:03 UTC

[camel] branch camel-2.22.x updated (c515c38 -> f2db629)

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

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


    from c515c38  CAMEL-12891 - Fixed CS
     new b596c90  Update Spring
     new f2db629  Update Spring Boot

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[camel] 01/02: Update Spring

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b596c909bee7ac1cf99710c493e6ae6ee666bced
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Oct 24 09:24:03 2018 +0200

    Update Spring
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3944030..657e49b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -656,8 +656,8 @@
     <!-- 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>
-    <spring4-version>4.3.17.RELEASE</spring4-version>
-    <spring5-version>5.0.7.RELEASE</spring5-version>
+    <spring4-version>4.3.20.RELEASE</spring4-version>
+    <spring5-version>5.0.10.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
     <spring-security-version>5.0.5.RELEASE</spring-security-version>
     <spring-security-bundle-version>5.0.4.RELEASE_1</spring-security-bundle-version>


[camel] 02/02: Update Spring Boot

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f2db62945a224a79e495e0a029f969e3352c6484
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Oct 24 09:24:36 2018 +0200

    Update Spring Boot
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 657e49b..b0fa4e4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -636,7 +636,7 @@
     <splunk-version>1.6.4.0_1</splunk-version>
     <spring-batch-version>4.0.1.RELEASE</spring-batch-version>
     <spring-batch-bundle-version>4.0.1.RELEASE_1</spring-batch-bundle-version>
-    <spring-boot-version>2.0.3.RELEASE</spring-boot-version>
+    <spring-boot-version>2.0.6.RELEASE</spring-boot-version>
     <spring-cloud-commons-version>2.0.0.RELEASE</spring-cloud-commons-version>
     <spring-cloud-consul-version>2.0.0.RELEASE</spring-cloud-consul-version>
     <spring-cloud-netflix-version>2.0.0.RELEASE</spring-cloud-netflix-version>