From 76db13a97f27c295e7d6a856acc847b3a376fac2 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Mon, 2 Sep 2019 21:11:39 -0400 Subject: Upgrade jackson-databind to version 2.9.9 Issue-ID: LOG-826 Signed-off-by: Prudence Au Change-Id: Icf32057b1012bbbd00d4017d528df80b5c0ddec4 --- pom.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++++------- version.properties | 2 +- 2 files changed, 51 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 0a251a3..bd74dcc 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.onap.logging-analytics.pomba pomba-network-discovery-context-builder - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT jar @@ -61,6 +61,10 @@ limitations under the License. org.springframework.boot spring-boot-starter-json + + com.fasterxml.jackson.core + jackson-databind + @@ -80,10 +84,22 @@ limitations under the License. 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 + + ch.qos.logback @@ -122,7 +138,7 @@ limitations under the License. org.onap.logging-analytics.pomba pomba-audit-common - 1.5.0 + 1.5.1-SNAPSHOT com.google.guava @@ -140,15 +156,36 @@ limitations under the License. com.bazaarvoice.jolt jolt-core - 0.1.0 + 0.1.1 - com.bazaarvoice.jolt - json-utils - 0.1.0 - + com.bazaarvoice.jolt + json-utils + 0.1.1 + + + 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 + org.springframework.boot spring-boot-starter-test @@ -165,6 +202,12 @@ limitations under the License. wiremock 2.18.0 test + + + com.fasterxml.jackson.core + jackson-databind + + org.onap.aai diff --git a/version.properties b/version.properties index 6f2caa0..731e082 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg