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 fe1fcdc Upgrade to Spring Boot 1.5.10 fe1fcdc is described below commit fe1fcdcd0d0e88765eff6e8bc85c24ff69f1e04e Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Feb 1 12:54:26 2018 +0100 Upgrade to Spring Boot 1.5.10 --- parent/pom.xml | 2 +- platforms/spring-boot/spring-boot-dm/pom.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 83c397a..8e8ad33 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -628,7 +628,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.9.RELEASE</spring-boot-version> + <spring-boot-version>1.5.10.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 911197d..fbe053c 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.9.RELEASE</spring-boot-version> + <spring-boot-version>1.5.10.RELEASE</spring-boot-version> <!-- The following dependencies should be aligned with the ones in standard camel parent --> <avro-version>1.8.2</avro-version> @@ -65,7 +65,7 @@ <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.9.RELEASE/spring-boot-dependencies/pom.xml --> + <!-- for example: https://github.com/spring-projects/spring-boot/blob/v1.5.10.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,10 +75,10 @@ <htmlunit-version>2.21</htmlunit-version> <log4j2-version>2.7</log4j2-version> <slf4j-version>1.7.25</slf4j-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> + <spring-version>4.3.14.RELEASE</spring-version> + <spring-data-releasetrain-version>Ingalls-SR10</spring-data-releasetrain-version> + <spring-integration-version>4.3.14.RELEASE</spring-integration-version> + <spring-security-version>4.2.4.RELEASE</spring-security-version> </properties> <build> -- To stop receiving notification emails like this one, please contact davscl...@apache.org.