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 05fcb96c847 chore(deps): Bump org.springframework.amqp:spring-rabbit
(#17491)
05fcb96c847 is described below
commit 05fcb96c84705bbac5b3f6e056ee18e3f2b7730d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 18 10:05:35 2025 +0100
chore(deps): Bump org.springframework.amqp:spring-rabbit (#17491)
Bumps
[org.springframework.amqp:spring-rabbit](https://github.com/spring-projects/spring-amqp)
from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/spring-projects/spring-amqp/releases)
-
[Commits](https://github.com/spring-projects/spring-amqp/compare/v3.2.3...v3.2.4)
---
updated-dependencies:
- dependency-name: org.springframework.amqp:spring-rabbit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@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 3421cc4514e..98588d45fa6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -471,7 +471,7 @@
<spring-ldap-version>3.2.11</spring-ldap-version>
<spring-vault-core-version>3.1.2</spring-vault-core-version>
<spring-version>6.2.4</spring-version>
- <spring-rabbitmq-version>3.2.3</spring-rabbitmq-version>
+ <spring-rabbitmq-version>3.2.4</spring-rabbitmq-version>
<spring-security-version>6.4.3</spring-security-version>
<spring-ws-version>4.0.11</spring-ws-version>
<sql-maven-plugin-version>3.0.0</sql-maven-plugin-version>