From 2260c28332a5b0981baeec63c927a059a189531a Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Tue, 13 Nov 2018 16:36:36 -0500 Subject: [PATCH] =?UTF-8?q?=E5=9B=A0=E4=B8=BA=E6=9C=89=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E6=BC=8F=E6=B4=9E=EF=BC=8C=E5=B0=86=20compress=20=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Known moderate severity security vulnerability detected in org.apache.commons:commons-compress < 1.18 defined in pom.xml. pom.xml update suggested: org.apache.commons:commons-compress ~> 1.18. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3a9d978..907b11c 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ org.apache.commons commons-compress - 1.10 + 1.18