Repository: spark
Updated Branches:
refs/heads/master 20fa45693 -> 5d6abad36
[SPARK-25033] Bump Apache commons.{httpclient, httpcore}
## What changes were proposed in this pull request?
Bump the versions of Apache commons.{httpclient, httpcore} to make it congruent
with Stocator.
Changelog httpclient:
https://archive.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4.5.x.txt
Changelog httpcore:
https://archive.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES.txt
## How was this patch tested?
(Please explain how this patch was tested. E.g. unit tests, integration tests,
manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise,
remove this)
Please review http://spark.apache.org/contributing.html before opening a pull
request.
Closes #22007 from Fokko/SPARK-25033.
Authored-by: Fokko Driesprong <[email protected]>
Signed-off-by: hyukjinkwon <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5d6abad3
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5d6abad3
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5d6abad3
Branch: refs/heads/master
Commit: 5d6abad36dc8d8a55dafc04c2022d5c10c1b0ba3
Parents: 20fa456
Author: Fokko Driesprong <[email protected]>
Authored: Mon Aug 13 09:14:17 2018 +0800
Committer: hyukjinkwon <[email protected]>
Committed: Mon Aug 13 09:14:17 2018 +0800
----------------------------------------------------------------------
dev/deps/spark-deps-hadoop-2.6 | 4 ++--
dev/deps/spark-deps-hadoop-2.7 | 4 ++--
dev/deps/spark-deps-hadoop-3.1 | 4 ++--
pom.xml | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/spark/blob/5d6abad3/dev/deps/spark-deps-hadoop-2.6
----------------------------------------------------------------------
diff --git a/dev/deps/spark-deps-hadoop-2.6 b/dev/deps/spark-deps-hadoop-2.6
index 54cdcfc..3c0952f 100644
--- a/dev/deps/spark-deps-hadoop-2.6
+++ b/dev/deps/spark-deps-hadoop-2.6
@@ -86,8 +86,8 @@ hk2-locator-2.4.0-b34.jar
hk2-utils-2.4.0-b34.jar
hppc-0.7.2.jar
htrace-core-3.0.4.jar
-httpclient-4.5.4.jar
-httpcore-4.4.8.jar
+httpclient-4.5.6.jar
+httpcore-4.4.10.jar
ivy-2.4.0.jar
jackson-annotations-2.6.7.jar
jackson-core-2.6.7.jar
http://git-wip-us.apache.org/repos/asf/spark/blob/5d6abad3/dev/deps/spark-deps-hadoop-2.7
----------------------------------------------------------------------
diff --git a/dev/deps/spark-deps-hadoop-2.7 b/dev/deps/spark-deps-hadoop-2.7
index 1136399..310f1e4 100644
--- a/dev/deps/spark-deps-hadoop-2.7
+++ b/dev/deps/spark-deps-hadoop-2.7
@@ -86,8 +86,8 @@ hk2-locator-2.4.0-b34.jar
hk2-utils-2.4.0-b34.jar
hppc-0.7.2.jar
htrace-core-3.1.0-incubating.jar
-httpclient-4.5.4.jar
-httpcore-4.4.8.jar
+httpclient-4.5.6.jar
+httpcore-4.4.10.jar
ivy-2.4.0.jar
jackson-annotations-2.6.7.jar
jackson-core-2.6.7.jar
http://git-wip-us.apache.org/repos/asf/spark/blob/5d6abad3/dev/deps/spark-deps-hadoop-3.1
----------------------------------------------------------------------
diff --git a/dev/deps/spark-deps-hadoop-3.1 b/dev/deps/spark-deps-hadoop-3.1
index fb42adf..9bff2a1 100644
--- a/dev/deps/spark-deps-hadoop-3.1
+++ b/dev/deps/spark-deps-hadoop-3.1
@@ -85,8 +85,8 @@ hk2-locator-2.4.0-b34.jar
hk2-utils-2.4.0-b34.jar
hppc-0.7.2.jar
htrace-core4-4.1.0-incubating.jar
-httpclient-4.5.4.jar
-httpcore-4.4.8.jar
+httpclient-4.5.6.jar
+httpcore-4.4.10.jar
ivy-2.4.0.jar
jackson-annotations-2.6.7.jar
jackson-core-2.6.7.jar
http://git-wip-us.apache.org/repos/asf/spark/blob/5d6abad3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b89713f..45fca28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,8 +149,8 @@
<!-- the producer is used in tests -->
<aws.kinesis.producer.version>0.10.2</aws.kinesis.producer.version>
<!-- org.apache.httpcomponents/httpclient-->
- <commons.httpclient.version>4.5.4</commons.httpclient.version>
- <commons.httpcore.version>4.4.8</commons.httpcore.version>
+ <commons.httpclient.version>4.5.6</commons.httpclient.version>
+ <commons.httpcore.version>4.4.10</commons.httpcore.version>
<!-- commons-httpclient/commons-httpclient-->
<httpclient.classic.version>3.1</httpclient.classic.version>
<commons.math3.version>3.4.1</commons.math3.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]