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:58:36 UTC

[camel-spring-boot] branch sb-2.7.15-3.20.x created (now e241c51accc)

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

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


      at e241c51accc Regen

This branch includes the following new commits:

     new 945e1134388 CAMEL-19799 - Camel-Spring-Boot: Upgrade to SB 2.7.15 on Camel Spring Boot 3.x
     new e241c51accc Regen

The 2 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] 02/02: Regen

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

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

commit e241c51accca24551e87fe6699eb7f77810711a1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 29 17:58:23 2023 +0200

    Regen
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

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>


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

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

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

commit 945e113438862003f38e3e70ba2282e1bc583d4a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 29 17:56:24 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 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>