From: Pamela Dragosh Date: Fri, 14 Sep 2018 15:46:08 +0000 (-0400) Subject: Upgrade commons-compress v1.18 X-Git-Tag: 1.3.0~19^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=207e1eeade98b1ee12d8f0c0ed366fc24916d4d4 Upgrade commons-compress v1.18 Fixes 2 security issues and brings the common property value to the root pom.xml for easier management. Issue-ID: POLICY-1063 Change-Id: I56e3318bdfae2d205c61a5ad7af70a79bd70dada Signed-off-by: Pamela Dragosh --- diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml index 94e0aff13..449007bbf 100644 --- a/ONAP-PAP-REST/pom.xml +++ b/ONAP-PAP-REST/pom.xml @@ -126,7 +126,7 @@ org.apache.commons commons-compress - 1.8 + ${commons.compress.version} commons-fileupload diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 925211472..182ed4168 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -237,7 +237,7 @@ org.apache.commons commons-compress - 1.8 + ${commons.compress.version} args4j diff --git a/pom.xml b/pom.xml index 1cddd321a..e0586cbad 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,7 @@ 4.5.5 2.9.4 1.3.3 + 1.18 PolicyEngineUtils