Upgrade commons-compress to 2.0.18 (#8416)

Motivation:

Commons-compress < 2.0.18 has a security flaw so we should upgrade (even if we only use it in tests anyway).

Modifications:

Update to 2.0.18

Result:

Use latest version.
This commit is contained in:
Norman Maurer 2018-10-20 22:03:27 +02:00 committed by GitHub
parent 91201fb338
commit a93ff3a0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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