From d3a7e368c5d5c3e6e8fb375af86559d85e1c37e3 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Thu, 8 Aug 2019 22:16:39 -0400 Subject: Fix vulnerability issue: upgrade org.apache.tomcat.embed.tomcat-embed-core to 8.5.42 tomcat-embed-core is part of springboot Issue-ID: LOG-1066 Signed-off-by: Prudence Au Change-Id: Ic15e512eefd09ce3a90b93822e9c00d5e7418a89 --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4551c1a..9b41632 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.springframework.boot spring-boot-dependencies - 1.5.17.RELEASE + 1.5.22.RELEASE pom import @@ -63,6 +63,12 @@ org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-json + + org.springframework.boot @@ -71,7 +77,7 @@ org.onap.logging-analytics.pomba pomba-audit-common - 1.4.0 + 1.5.0-SNAPSHOT com.google.code.gson -- cgit 1.2.3-korg