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 2020/04/10 19:35:19 UTC

[knox] 07/10: KNOX-2336 - Upgrade httpclient to 4.5.12

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

commit 0449ee64d7590e61c7aa0121d52c1c15db497cb9
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Fri Apr 10 15:09:00 2020 -0400

    KNOX-2336 - Upgrade httpclient to 4.5.12
    
    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 bd3c2bf..3bca99f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@
         <hadoop.version>3.2.1</hadoop.version>
         <hamcrest.version>2.2</hamcrest.version>
         <hamcrest-json.version>0.2</hamcrest-json.version>
-        <httpclient.version>4.5.11</httpclient.version>
+        <httpclient.version>4.5.12</httpclient.version>
         <httpcore.version>4.4.13</httpcore.version>
         <j2e-pac4j.version>4.1.0</j2e-pac4j.version>
         <jackson.version>2.10.3</jackson.version>