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/11/02 06:21:05 UTC

[camel-spring-boot] 01/03: CAMEL-15775 - Upgrade to Spring Boot 2.3.5

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

commit d7fffdc467cf9fe57667604d55e5afef0f98096f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 2 07:15:37 2020 +0100

    CAMEL-15775 - Upgrade to Spring Boot 2.3.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8611b36..bf4a694 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.3.4.RELEASE</spring-boot-version>
+        <spring-boot-version>2.3.5.RELEASE</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.7.0-SNAPSHOT</camel-version>