From bcdb1e1a529d31d3f03482ca784a1799655ce544 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 7 Feb 2018 15:41:30 -0500 Subject: Upgrade dependencies to clear security issues A bit of consolidation too - which could use a lot more work. These were simple security upgrades for fixes identified by LF weekly LCM job. Added some missing license headers. Issue-ID: POLICY-507 Change-Id: If285b0f95d30a1084c9363bf6a41b48d52fb3aff Signed-off-by: Pamela Dragosh --- ONAP-PAP-REST/pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'ONAP-PAP-REST/pom.xml') diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml index f0e3f334f..ca7de6b88 100644 --- a/ONAP-PAP-REST/pom.xml +++ b/ONAP-PAP-REST/pom.xml @@ -144,7 +144,7 @@ commons-fileupload commons-fileupload - 1.3.1 + ${commons.fileupload.version} org.apache.logging.log4j @@ -278,17 +278,17 @@ com.fasterxml.jackson.core jackson-annotations - 2.6.3 + ${jackson.version} com.fasterxml.jackson.core jackson-core - 2.6.3 + ${jackson.version} com.fasterxml.jackson.core jackson-databind - 2.6.3 + ${jackson.version} com.fasterxml.jackson.module @@ -347,9 +347,8 @@ - 4.2.0.RELEASE + 4.3.3.RELEASE 4.3.10.Final 2.0.2 - 2.6.0 -- cgit 1.2.3-korg