You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by df...@apache.org on 2021/04/20 18:25:29 UTC

[camel-spring-boot] 02/05: Upgrade Spring Boot to version 2.4.5

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

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

commit e23a16c467c2e3d4a5f6378f608ba14f3f0bc995
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 19 06:37:01 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 2b9366d..4e7f15f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.4.4</spring-boot-version>
+        <spring-boot-version>2.4.5</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.10.0-SNAPSHOT</camel-version>