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/08/31 05:44:24 UTC

[camel] branch spring-rabbit-3.0.8 created (now 435f0f66af3)

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

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


      at 435f0f66af3 Upgrade Spring Rabbit to version 3.0.8

This branch includes the following new commits:

     new 435f0f66af3 Upgrade Spring Rabbit to version 3.0.8

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

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

commit 435f0f66af3c1fe2769c3d20ce30750c852e2284
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 31 07:41:41 2023 +0200

    Upgrade Spring Rabbit to version 3.0.8
    
    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 5917c2be9b0..07495abd984 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -428,7 +428,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.11</spring-version>
-        <spring-rabbitmq-version>3.0.7</spring-rabbitmq-version>
+        <spring-rabbitmq-version>3.0.8</spring-rabbitmq-version>
         <spring-security-version>6.1.3</spring-security-version>
         <spring-ws-version>4.0.5</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>