Repository: hadoop Updated Branches: refs/heads/branch-3.2 042f2df19 -> ef073547d
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/ef073547 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ef073547 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ef073547 Branch: refs/heads/branch-3.2 Commit: ef073547dc4d9bc414e4da3f116fe9466fc3d16b Parents: 042f2df Author: Takanobu Asanuma <[email protected]> Authored: Fri Oct 19 21:29:35 2018 +0900 Committer: Takanobu Asanuma <[email protected]> Committed: Fri Oct 19 21:40:32 2018 +0900 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/ef073547/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index dbdaafe..029f05e 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -622,7 +622,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]
