From c3e3720056a5788e3138164cf510dfb13ada2ff4 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Sat, 10 Aug 2019 16:43:55 -0400 Subject: Fix vulnerability issue: upgrade org.apache.tomcat.embed.tomcat-embed-core to 8.5.42 And update to the released version of pomba-audit-common Issue-ID: LOG-1066 Issue-ID: LOG-1099 Signed-off-by: Prudence Au Change-Id: Ifa9b0dc8d58f144a83acca4f98964476159345c9 --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f02b4f3..0a251a3 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ limitations under the License. org.springframework.boot spring-boot-dependencies - 1.5.17.RELEASE + 1.5.22.RELEASE pom import @@ -56,6 +56,12 @@ limitations under the License. org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-json + + org.springframework.boot @@ -116,7 +122,7 @@ limitations under the License. org.onap.logging-analytics.pomba pomba-audit-common - 1.4.0 + 1.5.0 com.google.guava -- cgit 1.2.3-korg