You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by hu...@apache.org on 2022/01/19 15:17:19 UTC

[helix] branch master updated: Fix CVE dependency issue (#1927)

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

hulee 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 5c396a1  Fix CVE dependency issue (#1927)
5c396a1 is described below

commit 5c396a1493d19ab19000bf04780ae671d8f712fc
Author: CVEDetect <89...@users.noreply.github.com>
AuthorDate: Wed Jan 19 23:17:11 2022 +0800

    Fix CVE dependency issue (#1927)
---
 helix-core/pom.xml    | 2 +-
 zookeeper-api/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 9b6c794..fdd8648 100755
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -139,7 +139,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.8</version>
+      <version>4.5.13</version>
     </dependency>
     <dependency>
       <groupId>javax.xml.bind</groupId>
diff --git a/zookeeper-api/pom.xml b/zookeeper-api/pom.xml
index a3edbb4..61520bb 100644
--- a/zookeeper-api/pom.xml
+++ b/zookeeper-api/pom.xml
@@ -75,7 +75,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.8</version>
+      <version>4.5.13</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>