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/24 08:41:54 UTC

[camel-spring-boot] branch main updated: Upgrade to spring boot 3.0.5

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

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


The following commit(s) were added to refs/heads/main by this push:
     new df520339409 Upgrade to spring boot 3.0.5
df520339409 is described below

commit df5203394095942e4cdb5febc1e0a2a636a4268d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 24 09:41:42 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 0238eb7a9a2..e4b64c94f08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>3.0.4</spring-boot-version>
+        <spring-boot-version>3.0.5</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>4.0.0-SNAPSHOT</camel-version>