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/23 09:14:53 UTC

[camel] branch spring-rabbit-3.0.10-4.0.x created (now 47d0e161354)

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

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


      at 47d0e161354 Upgrade Spring Rabbit to version 3.0.10

This branch includes the following new commits:

     new 47d0e161354 Upgrade Spring Rabbit to version 3.0.10

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.10

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.10-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 47d0e1613543c94e113f4a5826d87bbd3a65c47b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 23 11:13:53 2023 +0200

    Upgrade Spring Rabbit to version 3.0.10
    
    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 1a26ef07163..8db840b1ba2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -429,7 +429,7 @@
         <spring-ldap-version>3.1.2</spring-ldap-version>
         <spring-vault-core-version>3.0.4</spring-vault-core-version>
         <spring-version>6.0.13</spring-version>
-        <spring-rabbitmq-version>3.0.7</spring-rabbitmq-version>
+        <spring-rabbitmq-version>3.0.10</spring-rabbitmq-version>
         <spring-security-version>6.1.5</spring-security-version>
         <spring-ws-version>4.0.6</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>