HADOOP-15247. Move commons-net up to 3.6. Contributed by Steve Loughran. (cherry picked from commit 004b722372de67635a24e71b264b3b604df4b693)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/958b4450 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/958b4450 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/958b4450 Branch: refs/heads/branch-3.1 Commit: 958b445047ba971859d15caefba70a23992c8440 Parents: e53da39 Author: Steve Loughran <[email protected]> Authored: Wed Feb 21 10:41:20 2018 +0000 Committer: Steve Loughran <[email protected]> Committed: Wed Feb 21 10:41:20 2018 +0000 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/958b4450/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index cbb9f89..74a2afd 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -600,7 +600,7 @@ <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> - <version>3.1</version> + <version>3.6</version> </dependency> <dependency> <groupId>javax.servlet</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
