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/05/10 12:25:05 UTC

[camel] branch main updated (cfff464143b -> 3dd99a690d7)

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 cfff464143b Sync deps
     new b3ec16edcd3 Upgrade Spring RabbitMQ to version 3.0.4
     new 3dd99a690d7 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 3dd99a690d756820b251683f8ab3a69e2622fdc6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 10 14:24:51 2023 +0200

    Sync deps
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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 2317e07da2b..7fb71e342c2 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -462,7 +462,7 @@
         <spring-ldap-version>3.0.2</spring-ldap-version>
         <spring-vault-core-version>3.0.2</spring-vault-core-version>
         <spring-version>6.0.8</spring-version>
-        <spring-rabbitmq-version>3.0.2</spring-rabbitmq-version>
+        <spring-rabbitmq-version>3.0.4</spring-rabbitmq-version>
         <spring-security-version>6.0.3</spring-security-version>
         <spring-ws-version>4.0.3</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>


[camel] 01/02: Upgrade Spring RabbitMQ to version 3.0.4

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 b3ec16edcd39c639c904de4c2aba59d1473eb9eb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 10 14:22:24 2023 +0200

    Upgrade Spring RabbitMQ to version 3.0.4
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b4f2ddafa24..af2f0438dd6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -457,7 +457,7 @@
         <spring-ldap-version>3.0.2</spring-ldap-version>
         <spring-vault-core-version>3.0.2</spring-vault-core-version>
         <spring-version>6.0.8</spring-version>
-        <spring-rabbitmq-version>3.0.2</spring-rabbitmq-version>
+        <spring-rabbitmq-version>3.0.4</spring-rabbitmq-version>
         <spring-security-version>6.0.3</spring-security-version>
         <spring-ws-version>4.0.3</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>