From 8c43901ef7ade0fcaf5304541f69cbafff61d6b7 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Tue, 3 Sep 2019 19:40:40 -0400 Subject: Update the version of jackson-databind to 2.9.9 Issue-ID: LOG-826 Signed-off-by: Prudence Au Change-Id: I9f9e5ad69b45600b3d9e86a8c058d4ab7f95eb35 --- pom.xml | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 661b5ca..5131678 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,10 @@ org.springframework.boot spring-boot-starter-json + + com.fasterxml.jackson.core + jackson-databind + @@ -66,10 +70,37 @@ org.springframework.boot spring-boot-starter-jersey + + + com.fasterxml.jackson.core + jackson-databind + + org.springframework.boot spring-boot-starter-actuator + + + com.fasterxml.jackson.core + jackson-databind + + + + + com.fasterxml.jackson.core + jackson-databind + 2.9.9 + + + com.fasterxml.jackson.core + jackson-core + 2.9.9 + + + com.fasterxml.jackson.core + jackson-annotations + 2.9.0 @@ -114,6 +145,12 @@ io.swagger.core.v3 swagger-core 2.0.8 + + + com.fasterxml.jackson.core + jackson-databind + + io.swagger.core.v3 @@ -169,6 +206,12 @@ org.onap.sdc.sdc-tosca sdc-tosca 1.5.0 + + + com.fasterxml.jackson.core + jackson-databind + + org.onap.sdc.jtosca @@ -184,7 +227,7 @@ org.onap.logging-analytics.pomba pomba-audit-common - 1.5.0 + 1.5.1-SNAPSHOT -- cgit 1.2.3-korg