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 2021/03/19 10:45:19 UTC

[camel-spring-boot] branch camel-spring-boot-3.7.x updated: CAMEL-16376: camel-spring-boot - Upgrade to Spring Boot 2.4.4

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

davsclaus pushed a commit to branch camel-spring-boot-3.7.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.7.x by this push:
     new 32b9085  CAMEL-16376: camel-spring-boot - Upgrade to Spring Boot 2.4.4
32b9085 is described below

commit 32b90852b2dca54461fa52a06cab84e3666fdc12
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 19 11:11:20 2021 +0100

    CAMEL-16376: camel-spring-boot - Upgrade to Spring Boot 2.4.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6dfaf4d..6b0dd4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.4.3</spring-boot-version>
+        <spring-boot-version>2.4.4</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.7.4-SNAPSHOT</camel-version>