You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by fm...@apache.org on 2024/01/25 12:46:19 UTC

(camel-spring-boot) 06/40: Upgrade to spring-boot 3.1.4 (#953)

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

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

commit 610e2a200f4e0d2a42608979b66ca2afb46b25a4
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Thu Sep 21 10:46:18 2023 -0400

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

diff --git a/pom.xml b/pom.xml
index f2e35db5631..76841209f40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>3.1.3</spring-boot-version>
+        <spring-boot-version>3.1.4</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>4.0.0.redhat-00010</camel-version>