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:59:38 UTC

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

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

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

commit 71f43c92004cf99ffbd3936e044ef351344bb3db
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 29 17:59:32 2023 +0200

    CAMEL-19799 - Camel-Spring-Boot: Upgrade to SB 2.7.15 on Camel Spring Boot 3.x (#923)
    
    * 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>
    
    * Regen
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
    
    ---------
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml                                        | 2 +-
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8462fb80e4e..8e810654bbe 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.20.7-SNAPSHOT</camel-version>
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml
index bd760c3a542..77812d4c420 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4608,6 +4608,11 @@
         <artifactId>rdf4j-rio-api</artifactId>
         <version>3.7.4</version>
       </dependency>
+      <dependency>
+        <groupId>org.json</groupId>
+        <artifactId>json</artifactId>
+        <version>20230618</version>
+      </dependency>
       <dependency>
         <groupId>org.junit-pioneer</groupId>
         <artifactId>junit-pioneer</artifactId>