This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 3962e490f Bump com.rabbitmq:amqp-client in
/recipes/rabbitmq-consumer-group (#2679)
3962e490f is described below
commit 3962e490fe64a288cd03475a38d1f6ce829d465a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 22 15:49:25 2024 -0800
Bump com.rabbitmq:amqp-client in /recipes/rabbitmq-consumer-group (#2679)
Bumps
[com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client)
from 4.12.0 to 5.18.0.
- [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
-
[Commits](https://github.com/rabbitmq/rabbitmq-java-client/compare/v4.12.0...v5.18.0)
---
updated-dependencies:
- dependency-name: com.rabbitmq:amqp-client
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
recipes/rabbitmq-consumer-group/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes/rabbitmq-consumer-group/pom.xml
b/recipes/rabbitmq-consumer-group/pom.xml
index ccabef656..d87467c43 100644
--- a/recipes/rabbitmq-consumer-group/pom.xml
+++ b/recipes/rabbitmq-consumer-group/pom.xml
@@ -84,7 +84,7 @@
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
- <version>4.12.0</version>
+ <version>5.18.0</version>
</dependency>
<dependency>
<groupId>com.101tec</groupId>