From e26faf7ad9f8acec2194fec65c8d11b2a216e7c1 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Thu, 8 Aug 2019 20:50:36 -0400 Subject: Fix vulnerability issue: upgrade org.apache.tomcat.embed.tomcat-embed-core to 8.5.42 Issue-ID: LOG-1066 Signed-off-by: Prudence Au Change-Id: If32bac7092cf6f3b62d122f0a1481cfba3d74d42 --- pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5461293..b63c00c 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 @@ -61,6 +61,16 @@ org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + org.springframework.boot + spring-boot-starter-json + + org.springframework.boot @@ -69,7 +79,7 @@ org.onap.logging-analytics.pomba pomba-audit-common - 1.4.0 + 1.5.0-SNAPSHOT com.sun.jersey -- cgit 1.2.3-korg