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 17:00:03 UTC

[camel-spring-boot] branch camel-spring-boot-3.x updated: CAMEL-19799 - Camel-Spring-Boot: Upgrade to SB 2.7.15 on Camel Spring Boot 3.x (#921)

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

acosentino pushed a commit to branch camel-spring-boot-3.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-3.x by this push:
     new c30b9c91e8d CAMEL-19799 - Camel-Spring-Boot: Upgrade to SB 2.7.15 on Camel Spring Boot 3.x (#921)
c30b9c91e8d is described below

commit c30b9c91e8df48a0ecdce3b60695c5331ec6327b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 29 18:59:53 2023 +0200

    CAMEL-19799 - Camel-Spring-Boot: Upgrade to SB 2.7.15 on Camel Spring Boot 3.x (#921)
    
    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 4c28ffa107e..84afee10344 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.14</spring-boot-version>
+        <spring-boot-version>2.7.15</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.22.0-SNAPSHOT</camel-version>