From 628750abb90133686198187b9cb679f2403d8c5f Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Wed, 21 Mar 2018 19:09:20 +0200 Subject: Fix security issues Change-Id: I12ebc7634bdefc176642e8637e6a2af2c5e14b99 Issue-ID: VID-149 Signed-off-by: Sonsino, Ofir (os0695) --- epsdk-app-onap/pom.xml | 32 +++++++++++++++++++++++++++----- vid-app-common/pom.xml | 2 +- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 67f9a08c2..b38821a5e 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -18,7 +18,7 @@ UTF-8 UTF-8 2.1.0 - 4.2.2.RELEASE + 4.2.4.RELEASE 4.3.11.Final true @@ -321,12 +321,12 @@ commons-collections commons-collections - 3.2.1 + 3.2.2 commons-fileupload commons-fileupload - 1.3.2 + 1.3.3 org.bouncycastle @@ -336,13 +336,35 @@ xalan xalan - 2.7.1 + 2.7.2 org.apache.poi poi - 3.8 + 3.15 + + com.thoughtworks.xstream + xstream + 1.4.10 + + + org.apache.httpcomponents + httpclient + 4.5.3 + + + com.fasterxml.jackson.core + jackson-core + 2.8.6 + + + xerces + xercesImpl + 2.11.0.SP5 + + + org.onap.vid diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 5d79a50da..de0e0d2d0 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -19,7 +19,7 @@ UTF-8 UTF-8 2.1.0 - 4.2.2.RELEASE + 4.2.4.RELEASE 4.3.11.Final true -- cgit 1.2.3-korg