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 2021/11/23 06:48:39 UTC

[camel] branch main updated (fbd04e5 -> fd3b79d)

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 fbd04e5  Sync deps
     new 7a32218  Upgrade Spring Rabbit to version 2.4.0
     new fd3b79d  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 fd3b79dd69e3bf5a3705d2e9fa4e61b6ad9d0639
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 23 07:48:02 2021 +0100

    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 6630ebf..472b333 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -518,7 +518,7 @@
     <spring-data-redis-version>2.5.6</spring-data-redis-version>
     <spring-integration-version>5.5.6</spring-integration-version>
     <spring-ldap-version>2.3.4.RELEASE</spring-ldap-version>
-    <spring-rabbitmq-version>2.3.11</spring-rabbitmq-version>
+    <spring-rabbitmq-version>2.4.0</spring-rabbitmq-version>
     <spring-security-version>5.5.3</spring-security-version>
     <spring-version>${spring5-version}</spring-version>
     <spring-version-range>[5,6)</spring-version-range>

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

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 7a32218ff3f4e4bd896ab7659faf3894be52180f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 23 07:44:51 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 0fc5160..22d627a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -511,7 +511,7 @@
         <spring-version-range>[5,6)</spring-version-range>
         <spring-version>${spring5-version}</spring-version>
         <spring5-version>5.3.13</spring5-version>
-        <spring-rabbitmq-version>2.3.11</spring-rabbitmq-version>
+        <spring-rabbitmq-version>2.4.0</spring-rabbitmq-version>
         <spring-security-version>5.5.3</spring-security-version>
         <spring-ws-version>3.1.1</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>