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/10/11 07:28:34 UTC

[camel] branch spring-rabbit-3.0.9 created (now 188a66626fd)

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

acosentino pushed a change to branch spring-rabbit-3.0.9
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 188a66626fd Upgrade Spring Rabbit to version 3.0.9

This branch includes the following new commits:

     new 188a66626fd Upgrade Spring Rabbit to version 3.0.9

The 1 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] 01/01: Upgrade Spring Rabbit to version 3.0.9

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

acosentino pushed a commit to branch spring-rabbit-3.0.9
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 188a66626fdd6567aa6a64f49e849b4b11b7356a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 11 09:28:13 2023 +0200

    Upgrade Spring Rabbit to version 3.0.9
    
    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 dc0ede594c9..33be6df735d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -425,7 +425,7 @@
         <spring-ldap-version>3.1.1</spring-ldap-version>
         <spring-vault-core-version>3.0.4</spring-vault-core-version>
         <spring-version>6.0.12</spring-version>
-        <spring-rabbitmq-version>3.0.8</spring-rabbitmq-version>
+        <spring-rabbitmq-version>3.0.9</spring-rabbitmq-version>
         <spring-security-version>6.1.4</spring-security-version>
         <spring-ws-version>4.0.6</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>