You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/08/29 15:54:54 UTC

[camel-spring-boot] 01/02: CAMEL-19799 - Camel-Spring-Boot: Upgrade to SB 2.7.15 on Camel Spring Boot 3.x

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

acosentino pushed a commit to branch sb-2.7.15-3.21.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 6ea068ec69c8c5ceda08f4c5fc2cfbb08efc04d4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 29 17:52:35 2023 +0200

    CAMEL-19799 - Camel-Spring-Boot: Upgrade to SB 2.7.15 on Camel Spring Boot 3.x
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c497e47fdcd..220642ba70b 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.13</spring-boot-version>
+        <spring-boot-version>2.7.15</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.21.1-SNAPSHOT</camel-version>