You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/18 13:29:14 UTC

[camel] branch master updated: Bump Spring-Boot to version 2.1.3.RELEASE

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

acosentino 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 59d02ec  Bump Spring-Boot to version 2.1.3.RELEASE
59d02ec is described below

commit 59d02ec5c6028bd20b6e73a8a4caf4449ed7fd7e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 18 13:55:29 2019 +0100

    Bump Spring-Boot to version 2.1.3.RELEASE
---
 parent/pom.xml                               | 2 +-
 platforms/spring-boot/spring-boot-dm/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f3005b2..fcb6c3f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -620,7 +620,7 @@
     <splunk-version>1.6.5.0_1</splunk-version>
     <spring-batch-version>4.1.1.RELEASE</spring-batch-version>
     <spring-batch-bundle-version>4.1.1.RELEASE_1</spring-batch-bundle-version>
-    <spring-boot-version>2.1.2.RELEASE</spring-boot-version>
+    <spring-boot-version>2.1.3.RELEASE</spring-boot-version>
     <spring-cloud-commons-version>2.0.2.RELEASE</spring-cloud-commons-version>
     <spring-cloud-consul-version>2.0.1.RELEASE</spring-cloud-consul-version>
     <spring-cloud-netflix-version>2.0.2.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 d17d885..5082ef3 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>2.1.2.RELEASE</spring-boot-version>
+    <spring-boot-version>2.1.3.RELEASE</spring-boot-version>
 
     <!-- The following dependencies should be aligned with the ones in standard camel parent -->
     <!-- Needed by BOM generator-->