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 2024/03/04 09:12:36 UTC

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

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

acosentino 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 111a2afd9c2 Bump org.springframework.amqp:spring-rabbit from 3.1.1 to 3.1.2 (#13370)
111a2afd9c2 is described below

commit 111a2afd9c204b72f85a828b1fdb78125e9822f5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 4 10:12:30 2024 +0100

    Bump org.springframework.amqp:spring-rabbit from 3.1.1 to 3.1.2 (#13370)
    
    Bumps [org.springframework.amqp:spring-rabbit](https://github.com/spring-projects/spring-amqp) from 3.1.1 to 3.1.2.
    - [Release notes](https://github.com/spring-projects/spring-amqp/releases)
    - [Commits](https://github.com/spring-projects/spring-amqp/compare/v3.1.1...v3.1.2)
    
    ---
    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 7ffd0a48a82..338fa9143f6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -433,7 +433,7 @@
         <spring-ldap-version>3.2.2</spring-ldap-version>
         <spring-vault-core-version>3.1.1</spring-vault-core-version>
         <spring-version>6.1.3</spring-version>
-        <spring-rabbitmq-version>3.1.1</spring-rabbitmq-version>
+        <spring-rabbitmq-version>3.1.2</spring-rabbitmq-version>
         <spring-security-version>6.2.2</spring-security-version>
         <spring-ws-version>4.0.10</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>