Skip to content

Commit 3565c94

Browse files
authored
HADOOP-17370. Upgrade commons-compress to 1.21 (#3274)
1 parent 4972e7a commit 3565c94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ net.minidev:accessors-smart:1.2
286286
net.minidev:json-smart:2.4.2
287287
org.apache.avro:avro:1.7.7
288288
org.apache.commons:commons-collections4:4.2
289-
org.apache.commons:commons-compress:1.19
289+
org.apache.commons:commons-compress:1.21
290290
org.apache.commons:commons-configuration2:2.1.1
291291
org.apache.commons:commons-csv:1.0
292292
org.apache.commons:commons-digester:1.8.1

hadoop-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<commons-cli.version>1.2</commons-cli.version>
117117
<commons-codec.version>1.15</commons-codec.version>
118118
<commons-collections.version>3.2.2</commons-collections.version>
119-
<commons-compress.version>1.19</commons-compress.version>
119+
<commons-compress.version>1.21</commons-compress.version>
120120
<commons-csv.version>1.0</commons-csv.version>
121121
<commons-io.version>2.8.0</commons-io.version>
122122
<commons-lang3.version>3.7</commons-lang3.version>

0 commit comments

Comments
 (0)