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/07/20 11:24:53 UTC

[camel] branch main updated (5c778aa -> ea42e49)

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 5c778aa  camel-jbang: fixed displaying the help argument on request (#5851)
     new c67d2ec  Upgrade Spring Rabbit to version  2.3.10
     new ea42e49  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] 01/02: Upgrade Spring Rabbit to version 2.3.10

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 c67d2ecbcf9c28609d3ac740fc6fa519e34c976d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 20 13:20:37 2021 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 0dc1eb3..6b7302f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -507,7 +507,7 @@
         <spring-version-range>[5,6)</spring-version-range>
         <spring-version>${spring5-version}</spring-version>
         <spring5-version>5.3.9</spring5-version>
-        <spring-rabbitmq-version>2.3.9</spring-rabbitmq-version>
+        <spring-rabbitmq-version>2.3.10</spring-rabbitmq-version>
         <spring-security-version>5.5.1</spring-security-version>
         <spring-ws-version>3.1.1</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>

[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 ea42e49fe64d89135dffad4a4a889ef7a3efc855
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jul 20 13:23:31 2021 +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 3eefb13..0fbe80c 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -517,7 +517,7 @@
     <spring-data-redis-version>2.5.2</spring-data-redis-version>
     <spring-integration-version>5.4.3</spring-integration-version>
     <spring-ldap-version>2.3.4.RELEASE</spring-ldap-version>
-    <spring-rabbitmq-version>2.3.9</spring-rabbitmq-version>
+    <spring-rabbitmq-version>2.3.10</spring-rabbitmq-version>
     <spring-security-version>5.5.1</spring-security-version>
     <spring-version>${spring5-version}</spring-version>
     <spring-version-range>[5,6)</spring-version-range>