From a93ff3a0e4b909166dc42ecb236a13a439f47eac Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Sat, 20 Oct 2018 22:03:27 +0200 Subject: [PATCH] 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0e66e2461f..162696d261 100644 --- a/pom.xml +++ b/pom.xml @@ -559,7 +559,7 @@ org.apache.commons commons-compress - 1.12 + 1.18 test