You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/01/31 16:09:31 UTC

[knox] branch master updated: KNOX-1755 - Revert upgrade httpclient to 4.5.7 due to HTTPCLIENT-1968

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f745a08  KNOX-1755 - Revert upgrade httpclient to 4.5.7 due to HTTPCLIENT-1968
f745a08 is described below

commit f745a08ad39f0fa3bfcb87c87324bcdb3cc74b0a
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Jan 31 10:24:13 2019 -0500

    KNOX-1755 - Revert upgrade httpclient to 4.5.7 due to HTTPCLIENT-1968
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d903442..b84e618 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
         <hadoop.version>3.2.0</hadoop.version>
         <hamcrest.version>2.1</hamcrest.version>
         <hamcrest-json.version>0.2</hamcrest-json.version>
-        <httpclient.version>4.5.7</httpclient.version>
+        <httpclient.version>4.5.6</httpclient.version>
         <httpcore.version>4.4.11</httpcore.version>
         <jackson.version>2.9.8</jackson.version>
         <jacoco-maven-plugin.version>0.8.3</jacoco-maven-plugin.version>