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 2019/12/17 07:49:25 UTC

[camel-spring-boot] 01/02: Upgrade spring boot version

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-spring-boot.git

commit 7a7b2e788d956e659766caebf8da9129fb426f02
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 17 05:40:42 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index e51bd0b..b9eed1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <groovy-version>2.5.8</groovy-version>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.2.1.RELEASE</spring-boot-version>
+        <spring-boot-version>2.2.2.RELEASE</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.0.0</camel-version>