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 2022/08/23 12:20:10 UTC

[camel] branch main updated (f82d3f12b68 -> 0de8a3c7e85)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from f82d3f12b68 CAMEL-18406: camel-jbang - Status command
     new 58304bbd9c3 Upgrade Spring Rabbit to version 2.4.6
     new 0de8a3c7e85 Sync deps

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.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Sync deps

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 0de8a3c7e853c8498453ed9bfb7aa57c47ebbd24
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 23 14:19:41 2022 +0200

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 02fca5c346a..4c6d4f2b6d8 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -509,7 +509,7 @@
     <spring-data-redis-version>2.6.2</spring-data-redis-version>
     <spring-integration-version>5.5.14</spring-integration-version>
     <spring-ldap-version>2.4.1</spring-ldap-version>
-    <spring-rabbitmq-version>2.4.2</spring-rabbitmq-version>
+    <spring-rabbitmq-version>2.4.6</spring-rabbitmq-version>
     <spring-security-version>5.7.3</spring-security-version>
     <spring-vault-core-version>2.3.2</spring-vault-core-version>
     <spring-version>${spring5-version}</spring-version>


[camel] 01/02: Upgrade Spring Rabbit to version 2.4.6

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 58304bbd9c37288d78c85581dd781235cfe13a44
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 23 14:11:11 2022 +0200

    Upgrade Spring Rabbit to version 2.4.6
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e39f465148c..2fb96328770 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -501,7 +501,7 @@
         <spring-version-range>[5,6)</spring-version-range>
         <spring-version>${spring5-version}</spring-version>
         <spring5-version>5.3.22</spring5-version>
-        <spring-rabbitmq-version>2.4.2</spring-rabbitmq-version>
+        <spring-rabbitmq-version>2.4.6</spring-rabbitmq-version>
         <spring-security-version>5.7.3</spring-security-version>
         <spring-ws-version>3.1.3</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>