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 2017/11/29 07:56:17 UTC

[camel] 01/02: Upgrade Spring Boot to 1.5.9

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

commit 52580781baeacc4ed5adf527da26c5cde8e5e986
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Nov 29 08:55:20 2017 +0100

    Upgrade Spring Boot to 1.5.9
---
 parent/pom.xml                               | 2 +-
 platforms/spring-boot/spring-boot-dm/pom.xml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d05a0f9..32b53e7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -634,7 +634,7 @@
     <splunk-version>1.6.3.0_1</splunk-version>
     <spring-batch-version>3.0.8.RELEASE</spring-batch-version>
     <spring-batch-bundle-version>3.0.8.RELEASE_1</spring-batch-bundle-version>
-    <spring-boot-version>1.5.8.RELEASE</spring-boot-version>
+    <spring-boot-version>1.5.9.RELEASE</spring-boot-version>
     <!-- use same version of spring-cloud 1.2.x -->
     <spring-cloud-commons-version>1.2.4.RELEASE</spring-cloud-commons-version>
     <spring-cloud-netflix-version>1.3.5.RELEASE</spring-cloud-netflix-version>
diff --git a/platforms/spring-boot/spring-boot-dm/pom.xml b/platforms/spring-boot/spring-boot-dm/pom.xml
index dbd973c..911197d 100644
--- a/platforms/spring-boot/spring-boot-dm/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/pom.xml
@@ -41,7 +41,7 @@
 
   <properties>
     <!-- Spring-Boot target version -->
-    <spring-boot-version>1.5.8.RELEASE</spring-boot-version>
+    <spring-boot-version>1.5.9.RELEASE</spring-boot-version>
 
     <!-- The following dependencies should be aligned with the ones in standard camel parent -->
     <avro-version>1.8.2</avro-version>
@@ -62,10 +62,10 @@
     <!-- Custom dependency required by some modules -->
     <cassandra-netty-version-testing>4.0.44.Final</cassandra-netty-version-testing>
     <infinispan-spring-boot-version>1.0.0.Final</infinispan-spring-boot-version>
-    <groovy-version>2.4.12</groovy-version>
+    <groovy-version>2.4.13</groovy-version>
 
     <!-- The following versions should be aligned with the ones in spring-boot-repo/spring-boot-dependencies/pom.xml (for the targeted version of spring-boot) -->
-    <!-- for example: https://github.com/spring-projects/spring-boot/blob/v1.5.8.RELEASE/spring-boot-dependencies/pom.xml -->
+    <!-- for example: https://github.com/spring-projects/spring-boot/blob/v1.5.9.RELEASE/spring-boot-dependencies/pom.xml -->
     <jackson2-version>2.8.10</jackson2-version>
     <!-- jetty 9.4.7 is buggy -->
     <jetty9-version>9.4.6.v20170531</jetty9-version>
@@ -75,7 +75,7 @@
     <htmlunit-version>2.21</htmlunit-version>
     <log4j2-version>2.7</log4j2-version>
     <slf4j-version>1.7.25</slf4j-version>
-    <spring-version>4.3.12.RELEASE</spring-version>
+    <spring-version>4.3.13.RELEASE</spring-version>
     <spring-data-releasetrain-version>Ingalls-SR7</spring-data-releasetrain-version>
     <spring-integration-version>4.3.12.RELEASE</spring-integration-version>
     <spring-security-version>4.2.3.RELEASE</spring-security-version>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.