Repository: hadoop Updated Branches: refs/heads/trunk d331762f2 -> 3881c9ef7
HADOOP-15054. upgrade hadoop dependency on commons-codec to 1.11. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3881c9ef Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3881c9ef Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3881c9ef Branch: refs/heads/trunk Commit: 3881c9ef7ef811ca5bac6c090cd8d9a8756f81a4 Parents: d331762 Author: Wei-Chiu Chuang <[email protected]> Authored: Wed Nov 29 08:54:49 2017 -0800 Committer: Wei-Chiu Chuang <[email protected]> Committed: Wed Nov 29 08:54:49 2017 -0800 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/3881c9ef/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index c4dc1bf..04b93c4 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -595,7 +595,7 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.4</version> + <version>1.11</version> </dependency> <dependency> <groupId>commons-net</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
