You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/19 19:22:44 UTC

[camel] branch rabbit created (now e1825e903d5)

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

davsclaus pushed a change to branch rabbit
in repository https://gitbox.apache.org/repos/asf/camel.git


      at e1825e903d5 Upgrade spring-rabbit 3.0.6

This branch includes the following new commits:

     new e1825e903d5 Upgrade spring-rabbit 3.0.6

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 3.0.6

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

davsclaus pushed a commit to branch rabbit
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e1825e903d54f11cea0a65637421c336308f6b94
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jul 19 21:22:33 2023 +0200

    Upgrade spring-rabbit 3.0.6
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d5f273717db..699e1b3deb3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -438,7 +438,7 @@
         <spring-ldap-version>3.1.0</spring-ldap-version>
         <spring-vault-core-version>3.0.4</spring-vault-core-version>
         <spring-version>6.0.11</spring-version>
-        <spring-rabbitmq-version>3.0.5</spring-rabbitmq-version>
+        <spring-rabbitmq-version>3.0.6</spring-rabbitmq-version>
         <spring-security-version>6.1.2</spring-security-version>
         <spring-ws-version>4.0.5</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>