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:27 UTC

[camel] branch spring-amqp-3.0.10 created (now 65648941d0c)

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

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


      at 65648941d0c Upgrade Spring Rabbit to version 3.0.10

This branch includes the following new commits:

     new 65648941d0c 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-amqp-3.0.10
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 65648941d0c52a174a0e6eb105f4aa86016699ab
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 23 11:10:52 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 c5177614209..9818c5c0a2c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -425,7 +425,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.9</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>