You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2023/02/02 00:42:08 UTC

[helix] branch master updated: issue-2060 - use secure version of amqp-client (#2061)

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 46a16b4f4 issue-2060 - use secure version of amqp-client (#2061)
46a16b4f4 is described below

commit 46a16b4f4db2c08e93ee8ad7ab0bdc94ffd03d35
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Feb 2 01:42:01 2023 +0100

    issue-2060 - use secure version of amqp-client (#2061)
---
 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 a9b1a942b..2ec8bfb4d 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>2.8.7</version>
+      <version>4.12.0</version>
     </dependency>
     <dependency>
       <groupId>com.101tec</groupId>