From 207e1eeade98b1ee12d8f0c0ed366fc24916d4d4 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 14 Sep 2018 11:46:08 -0400 Subject: [PATCH] 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 --- ONAP-PAP-REST/pom.xml | 2 +- POLICY-SDK-APP/pom.xml | 2 +- pom.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.16.6