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/12/22 09:14:50 UTC

(camel) branch main updated: Bump org.springframework.amqp:spring-rabbit from 3.1.0 to 3.1.1 (#12568)

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 6245cdeed07 Bump org.springframework.amqp:spring-rabbit from 3.1.0 to 3.1.1 (#12568)
6245cdeed07 is described below

commit 6245cdeed07598add8d7c9a82c566c3b2fef88a5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 22 10:14:44 2023 +0100

    Bump org.springframework.amqp:spring-rabbit from 3.1.0 to 3.1.1 (#12568)
    
    Bumps [org.springframework.amqp:spring-rabbit](https://github.com/spring-projects/spring-amqp) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/spring-projects/spring-amqp/releases)
    - [Commits](https://github.com/spring-projects/spring-amqp/compare/v3.1.0...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.amqp:spring-rabbit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index accb0cdc3a0..8f4e903323f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -428,7 +428,7 @@
         <spring-ldap-version>3.2.1</spring-ldap-version>
         <spring-vault-core-version>3.1.0</spring-vault-core-version>
         <spring-version>6.1.2</spring-version>
-        <spring-rabbitmq-version>3.1.0</spring-rabbitmq-version>
+        <spring-rabbitmq-version>3.1.1</spring-rabbitmq-version>
         <spring-security-version>6.2.1</spring-security-version>
         <spring-ws-version>4.0.9</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>