Change commons-compress version to 1.19 due to security alert

This commit is contained in:
YuCheng Hu
2020-01-27 13:54:41 -05:00
committed by YuCheng Hu
parent a37fa0a205
commit c3965be7fb
+2 -2
View File
@@ -49,7 +49,7 @@
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId> <artifactId>commons-compress</artifactId>
<version>1.18</version> <version>1.19</version>
</dependency> </dependency>
<dependency> <dependency>
@@ -242,4 +242,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>