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 2023/03/08 12:01:36 UTC

[camel-spring-boot] branch camel-spring-boot-3.x updated: Upgrade to spring boot 2.7.9

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

davsclaus pushed a commit to branch camel-spring-boot-3.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.x by this push:
     new 33c075f9006 Upgrade to spring boot 2.7.9
33c075f9006 is described below

commit 33c075f90064c684fab0ade718c4c3f90d06c9e3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 8 12:59:55 2023 +0100

    Upgrade to spring boot 2.7.9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f996be9bcb5..a7159ff905e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.7.7</spring-boot-version>
+        <spring-boot-version>2.7.9</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.21.0-SNAPSHOT</camel-version>