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/12/22 08:22:50 UTC

(camel-spring-boot) branch camel-spring-boot-4.0.x updated: Upgrade spring boot 3.1.7

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

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

commit d7da7a01b06560da05a51e3d3c5ae4d3c828c144
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Dec 22 09:16:30 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index b8cc6e8e369..1fc765a0cb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>3.1.6</spring-boot-version>
+        <spring-boot-version>3.1.7</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>4.0.4-SNAPSHOT</camel-version>