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/20 08:30:14 UTC

[camel] branch main updated: Upgrade spring-rabbit 3.0.6 (#10744)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5cce3f21463 Upgrade spring-rabbit 3.0.6 (#10744)
5cce3f21463 is described below

commit 5cce3f21463acd4dead9ca235e7b9cc415dfa8ff
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jul 20 10:30:03 2023 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index b90b433dfbf..40eb429231f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -435,7 +435,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>