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/07/05 08:07:54 UTC

[camel-spring-boot] 01/03: CAMEL-16785: camel 3.7.x - Dependency upgrades

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

commit a8ba5656647cb9b7939c24b69e5f45aec390cb12
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 5 10:01:22 2021 +0200

    CAMEL-16785: camel 3.7.x - Dependency upgrades
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 26145e4..4e49292 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.5</spring-boot-version>
+        <spring-boot-version>2.4.8</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.7.5-SNAPSHOT</camel-version>