Repository: hadoop Updated Branches: refs/heads/branch-3.0 14bec7043 -> 0b69a22f8
HADOOP-14655. Update httpcore version to 4.4.6. (rchiang) (cherry picked from commit 088a18b44d87c6994b571696edbf87c95528dcaa) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0b69a22f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0b69a22f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0b69a22f Branch: refs/heads/branch-3.0 Commit: 0b69a22f8688ae98e3c506b0bd1d26f97ccb391e Parents: 14bec70 Author: Ray Chiang <[email protected]> Authored: Mon Sep 11 13:54:40 2017 -0700 Committer: Ray Chiang <[email protected]> Committed: Mon Sep 11 13:55:49 2017 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/0b69a22f/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 5b39f60..5a3bd50 100755 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
