Skip to content

Commit

Permalink
Bump commons-compress from 1.4.1 to 1.19 in /hadoop-project
Browse files Browse the repository at this point in the history
Bumps commons-compress from 1.4.1 to 1.19.

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Gautier Berthou committed Nov 5, 2020
1 parent 65ad35a commit 899803f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import org.apache.hadoop.fs.FSDataOutputStream;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.hdfs.DistributedFileSystem;
import org.tukaani.xz.UnsupportedOptionsException;

import java.io.IOException;
import java.util.Random;
Expand Down
2 changes: 1 addition & 1 deletion hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.4.1</version>
<version>1.19</version>
</dependency>
<dependency>
<groupId>xmlenc</groupId>
Expand Down

0 comments on commit 899803f

Please sign in to comment.