Repository: hadoop Updated Branches: refs/heads/trunk 285d2c075 -> 9bd18324c
HADOOP-15804. upgrade to commons-compress 1.18. Contributed by Akira Ajisaka. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9bd18324 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9bd18324 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/9bd18324 Branch: refs/heads/trunk Commit: 9bd18324c7801472409d9ad69ea365aa7a33a9c4 Parents: 285d2c0 Author: Takanobu Asanuma <[email protected]> Authored: Fri Oct 19 21:29:35 2018 +0900 Committer: Takanobu Asanuma <[email protected]> Committed: Fri Oct 19 21:29:35 2018 +0900 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/9bd18324/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 4cdbcfb..1e5b1b8 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -737,7 +737,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.4.1</version> + <version>1.18</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
