From 3d44753698259760f8f213dc8781b4f86b922d33 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Sat, 10 Aug 2019 21:22:49 -0400 Subject: Fix vulnerability issue: upgrade org.apache.tomcat.embed.tomcat-embed-core to 8.5.42 remove the use of commons-codec as it's not needed and also a vulnerability and use the released version of pomba-audit-common Issue-ID: LOG-1066 Issue-ID: LOG-1099 Issue-ID: LOG-1067 Signed-off-by: Prudence Au Change-Id: I99b29f5dcac7ca532143e048eae4dd1313b5551f --- pom.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8aa9f29..743fd40 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.springframework.boot spring-boot-dependencies - 1.5.17.RELEASE + 1.5.22.RELEASE pom import @@ -42,6 +42,12 @@ org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-json + + org.springframework.boot @@ -152,6 +158,12 @@ org.onap.sdc.sdc-distribution-client sdc-distribution-client 1.3.0 + + + commons-codec + commons-codec + + org.onap.sdc.sdc-tosca @@ -172,7 +184,7 @@ org.onap.logging-analytics.pomba pomba-audit-common - 1.4.0 + 1.5.0 -- cgit 1.2.3-korg