Repository: hadoop Updated Branches: refs/heads/branch-3.0 37af9580c -> 115c03949
HADOOP-15804. upgrade to commons-compress 1.18. Contributed by Akira Ajisaka. (cherry picked from commit 9bd18324c7801472409d9ad69ea365aa7a33a9c4) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/115c0394 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/115c0394 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/115c0394 Branch: refs/heads/branch-3.0 Commit: 115c0394955b41ae389b7574c083e42c06622fd3 Parents: 37af958 Author: Takanobu Asanuma <[email protected]> Authored: Fri Oct 19 21:29:35 2018 +0900 Committer: Takanobu Asanuma <[email protected]> Committed: Fri Oct 19 21:41:10 2018 +0900 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/115c0394/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index dcbb706..de923de 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -576,7 +576,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]
