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 2020/01/21 11:37:10 UTC

[camel-spring-boot] branch master updated: Upgrade Spring Boot to version 2.2.4.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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new 25fea2c  Upgrade Spring Boot to version 2.2.4.RELEASE
25fea2c is described below

commit 25fea2ccca6fa8e12837e232db13dab9017afb56
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 21 12:36:46 2020 +0100

    Upgrade Spring Boot to version 2.2.4.RELEASE
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d468bd0..927b271 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.2.3.RELEASE</spring-boot-version>
+        <spring-boot-version>2.2.4.RELEASE</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.1.0-SNAPSHOT</camel-version>