Browse Source

HADOOP-16076. SPNEGO+SSL Client Connections with HttpClient Broken.

Contributed by Larry McCay

(cherry picked from commit 758e9ce781cfa0667eecb33914e4e221e769503d)
Larry McCay 6 years ago
parent
commit
410c6b4cb5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hadoop-project/pom.xml

+ 2 - 2
hadoop-project/pom.xml

@@ -72,8 +72,8 @@
     <jackson2.version>2.9.8</jackson2.version>
 
     <!-- httpcomponents versions -->
-    <httpclient.version>4.5.2</httpclient.version>
-    <httpcore.version>4.4.4</httpcore.version>
+    <httpclient.version>4.5.6</httpclient.version>
+    <httpcore.version>4.4.10</httpcore.version>
 
     <!-- SLF4J version -->
     <slf4j.version>1.7.25</slf4j.version>