You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/03/04 01:33:41 UTC

[camel-spring-boot] branch CAMEL-19110-spring-boot-3.0.4 created (now e29e48522f8)

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

gzurowski pushed a change to branch CAMEL-19110-spring-boot-3.0.4
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


      at e29e48522f8 CAMEL-19110: Upgrade Spring Boot to 3.0.4

This branch includes the following new commits:

     new e29e48522f8 CAMEL-19110: Upgrade Spring Boot to 3.0.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-spring-boot] 01/01: CAMEL-19110: Upgrade Spring Boot to 3.0.4

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch CAMEL-19110-spring-boot-3.0.4
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit e29e48522f8d2bdf73c8f16fb12bc270369ec95b
Author: Gregor Zurowski <gr...@zurowski.net>
AuthorDate: Sat Mar 4 02:32:56 2023 +0100

    CAMEL-19110: Upgrade Spring Boot to 3.0.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0fd79162f21..34218de5685 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.3</spring-boot-version>
+        <spring-boot-version>3.0.4</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>4.0.0-SNAPSHOT</camel-version>