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 2020/03/30 19:24:31 UTC

[camel] 02/02: Upgrade spring boot

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 d113ef8b3ae6464ed6df5ef4c83f48b954d1515c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 30 21:23:06 2020 +0200

    Upgrade spring boot
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6785c83..f02f444 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -530,7 +530,7 @@
         <splunk-version>1.6.5.0_1</splunk-version>
         <spring-batch-version>4.2.1.RELEASE</spring-batch-version>
         <spring-batch-bundle-version>4.2.1.RELEASE_1</spring-batch-bundle-version>
-        <spring-boot-version>2.2.5.RELEASE</spring-boot-version>
+        <spring-boot-version>2.2.6.RELEASE</spring-boot-version>
         <spring-data-commons-bundle-version>2.2.4.RELEASE_1</spring-data-commons-bundle-version>
         <spring-data-keyvalue-bundle-version>2.2.4.RELEASE_1</spring-data-keyvalue-bundle-version>
         <spring-data-redis-version>2.2.4.RELEASE</spring-data-redis-version>