HADOOP-14654. Update httpclient version to 4.5.3. (rchiang)

This commit is contained in:
Ray Chiang 2017-09-11 13:43:48 -07:00
parent cb95c442da
commit 14bec7043a
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.5.2</version> <version>4.5.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>