Repository: incubator-livy
Updated Branches:
  refs/heads/branch-0.4 a3d4be19f -> 0e30800a4


[LIVY-393][MINOR] Update httpclient to 4.5.3

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 <ajboz...@us.ibm.com>

Closes #37 from ajbozarth/hc-version.

Change-Id: I986acdb633e3b67d5b6ac164fb3c0d7191f32ce1
(cherry picked from commit 317290d4b59b6304669a320158dbedf80072b835)
Signed-off-by: jerryshao <ss...@hortonworks.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/0e30800a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/0e30800a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy/diff/0e30800a

Branch: refs/heads/branch-0.4
Commit: 0e30800a443b7c8a79fa7c22e66922e2fa40a8e2
Parents: a3d4be1
Author: Alex Bozarth <ajboz...@us.ibm.com>
Authored: Thu Aug 24 14:43:42 2017 +0800
Committer: jerryshao <ss...@hortonworks.com>
Committed: Thu Aug 24 14:44:03 2017 +0800

----------------------------------------------------------------------
 client-http/pom.xml | 4 ++--
 pom.xml             | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0e30800a/client-http/pom.xml
----------------------------------------------------------------------
diff --git a/client-http/pom.xml b/client-http/pom.xml
index 15e16db..b70a844 100644
--- a/client-http/pom.xml
+++ b/client-http/pom.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/0e30800a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 34a92cd..6c9ebcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Reply via email to