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/01/15 11:12:47 UTC

[camel-spring-boot] 01/02: CAMEL-16042: Upgrade to Spring Boot 2.4.2

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 4c3aaeac6a237c6198f6dd6ee7d5509c8ad7cd04
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jan 15 10:55:50 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 806aa0d..2908798 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.1</spring-boot-version>
+        <spring-boot-version>2.4.2</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.8.0-SNAPSHOT</camel-version>