HADOOP-14655. Update httpcore version to 4.4.6. (rchiang)

This commit is contained in:
Ray Chiang 2017-09-11 13:54:40 -07:00
parent 1118ca9b07
commit 088a18b44d
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.4</version>
<version>4.4.6</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>