Update commons-compress dependency (#9657)

Motivation:

We should use the latest commons-compress release to fix CVE-2019-12402 (even it is only a test dependency)

Modifications:

Update commons-compress to 1.19

Result:

Fix security alert
This commit is contained in:
Norman Maurer 2019-10-12 20:10:59 +02:00 committed by GitHub
parent e0b15ed952
commit f4203c4339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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