From d6465d56ca959b8493c1a9a3938d3d24461b5a6b Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 5 Mar 2018 10:25:41 -0500 Subject: [PATCH] Upgrade commons-collection for security fix Force use of 3.2.2 to clear security issue for commons collections. Issue-ID: POLICY-507 Change-Id: Id9ac1e07b90dfb6594cde5ba4cec4e3867f43a76 Signed-off-by: Pamela Dragosh --- BRMSGateway/pom.xml | 16 ++++++++++++++++ ONAP-SDK-APP/pom.xml | 14 ++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 39e943be1..0d9ebfba2 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -66,10 +66,26 @@ integrity-monitor ${project.version} + + + commons-collections + commons-collections + 3.2.2 + org.sonatype.nexus nexus-rest-client-java 2.3.1-01 + + + commons-collections + commons-collections + + com.thoughtworks.xstream diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml index c1ce21e4f..687e5b3a2 100644 --- a/ONAP-SDK-APP/pom.xml +++ b/ONAP-SDK-APP/pom.xml @@ -238,6 +238,16 @@ jar + + + commons-collections + commons-collections + 3.2.2 + org.onap.portal.sdk epsdk-core @@ -247,6 +257,10 @@ mysql mysql-connector-java + + commons-collections + commons-collections + -- 2.16.6