You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ng...@apache.org on 2021/03/02 18:47:44 UTC

[hive] branch master updated: Modified pom.xml to upgrade httpclient and httpcore

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

ngangam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new e363c5e  Modified pom.xml to upgrade httpclient and httpcore
e363c5e is described below

commit e363c5edc121ee1d4688b0a2e1fc9c5280c12224
Author: Yu-Wen Lai <yu...@cloudera.com>
AuthorDate: Mon Mar 1 10:24:08 2021 -0800

    Modified pom.xml to upgrade httpclient and httpcore
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f9c3d07..c257f16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,8 +147,8 @@
     <disruptor.version>3.3.7</disruptor.version>
     <hikaricp.version>2.6.1</hikaricp.version>
     <!-- httpcomponents are not always in version sync -->
-    <httpcomponents.client.version>4.5.6</httpcomponents.client.version>
-    <httpcomponents.core.version>4.4.10</httpcomponents.core.version>
+    <httpcomponents.client.version>4.5.13</httpcomponents.client.version>
+    <httpcomponents.core.version>4.4.13</httpcomponents.core.version>
     <ivy.version>2.4.0</ivy.version>
     <jackson.version>2.10.5</jackson.version>
     <jamon.plugin.version>2.3.4</jamon.plugin.version>