Repository: hadoop Updated Branches: refs/heads/trunk 1118ca9b0 -> 088a18b44
HADOOP-14655. Update httpcore version to 4.4.6. (rchiang) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/088a18b4 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/088a18b4 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/088a18b4 Branch: refs/heads/trunk Commit: 088a18b44d87c6994b571696edbf87c95528dcaa Parents: 1118ca9 Author: Ray Chiang <[email protected]> Authored: Mon Sep 11 13:54:40 2017 -0700 Committer: Ray Chiang <[email protected]> Committed: Mon Sep 11 13:54:40 2017 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/088a18b4/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 6bfb213..a414fcd 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]
