ソースを参照

HADOOP-16555. Update commons-compress to 1.19. (#1425) Contributed by YiSheng Lien.

Yi Sheng 5 年 前
コミット
1843c4688a
2 ファイル変更2 行追加2 行削除
  1. 1 1
      LICENSE-binary
  2. 1 1
      hadoop-project/pom.xml

+ 1 - 1
LICENSE-binary

@@ -287,7 +287,7 @@ net.minidev:accessors-smart:1.2
 net.minidev:json-smart:2.3
 org.apache.avro:avro:1.7.7
 org.apache.commons:commons-collections4:4.2
-org.apache.commons:commons-compress:1.18
+org.apache.commons:commons-compress:1.19
 org.apache.commons:commons-configuration2:2.1.1
 org.apache.commons:commons-csv:1.0
 org.apache.commons:commons-digester:1.8.1

+ 1 - 1
hadoop-project/pom.xml

@@ -638,7 +638,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.18</version>
+        <version>1.19</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>