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

sankarh 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 11b8c2c  HIVE-21306: Upgrade HttpComponents to the latest versions 
similar to what Hadoop has done (Ashutosh Bapat, reviewed by Thejas M Nair)
11b8c2c is described below

commit 11b8c2ce7a544df2147485318e3f15adc203214a
Author: Ashutosh Bapat <aba...@cloudera.com>
AuthorDate: Tue Feb 26 19:09:27 2019 +0530

    HIVE-21306: Upgrade HttpComponents to the latest versions similar to what 
Hadoop has done (Ashutosh Bapat, reviewed by Thejas M Nair)
    
    Signed-off-by: Sankar Hariappan <sank...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9871bae..c2d8641 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,8 +159,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.2</httpcomponents.client.version>
-    <httpcomponents.core.version>4.4.4</httpcomponents.core.version>
+    <httpcomponents.client.version>4.5.6</httpcomponents.client.version>
+    <httpcomponents.core.version>4.4.10</httpcomponents.core.version>
     <ivy.version>2.4.0</ivy.version>
     <jackson.version>2.9.5</jackson.version>
     <jamon.plugin.version>2.3.4</jamon.plugin.version>

Reply via email to