Skip to content

Commit

Permalink
[LIVY-393][MINOR] Update httpclient to 4.5.3
Browse files Browse the repository at this point in the history
Currently the httpclient version in the root pom is 4.5.2 and in the client-http module it is 4.5.1

Now both use a common version and it's been updated to the latest version 4.5.3

Author: Alex Bozarth <[email protected]>

Closes apache#37 from ajbozarth/hc-version.

Change-Id: I986acdb633e3b67d5b6ac164fb3c0d7191f32ce1
  • Loading branch information
ajbozarth authored and jerryshao committed Aug 24, 2017
1 parent ca5b1be commit 317290d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.1</version>
<version>${httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.4</version>
<version>${httpcore.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<hadoop.scope>compile</hadoop.scope>
<spark.version>1.6.2</spark.version>
<commons-codec.version>1.9</commons-codec.version>
<httpclient.version>4.5.2</httpclient.version>
<httpclient.version>4.5.3</httpclient.version>
<httpcore.version>4.4.4</httpcore.version>
<jackson.version>2.4.4</jackson.version>
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
Expand Down

0 comments on commit 317290d

Please sign in to comment.