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/09/18 15:51:21 UTC

[camel-spring-boot] branch camel-spring-boot-3.4.x updated: Upgrade Spring Boot to version 2.3.4.RELEASE

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

davsclaus pushed a commit to branch camel-spring-boot-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.4.x by this push:
     new 15f791d  Upgrade Spring Boot to version 2.3.4.RELEASE
15f791d is described below

commit 15f791dfc9ac77bdf3a389e5d85dd6e09d2a4a4d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 18 15:45:43 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 7252c6b..369a4cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.3.3.RELEASE</spring-boot-version>
+        <spring-boot-version>2.3.4.RELEASE</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.4.4-SNAPSHOT</camel-version>