From d26dbbfc39a08657945c6c517879ac17b3d727cd Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Tue, 3 Sep 2019 20:51:09 -0400 Subject: Update to version 2.9.9 of jackson-databind Issue-ID: LOG-826 Signed-off-by: Prudence Au Change-Id: I79517d4122837b7ed29004e7279b72149855e239 --- pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++---- version.properties | 2 +- 2 files changed, 46 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 2243d87..bb6cbc7 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.onap.logging-analytics.pomba pomba-sdnc-context-builder - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT jar @@ -70,6 +70,10 @@ limitations under the License. org.springframework.boot spring-boot-starter-json + + com.fasterxml.jackson.core + jackson-databind + @@ -89,10 +93,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 + + org.springframework.boot @@ -135,7 +151,7 @@ limitations under the License. org.onap.logging-analytics.pomba pomba-audit-common - 1.5.0 + 1.5.1-SNAPSHOT com.google.guava @@ -152,12 +168,18 @@ limitations under the License. com.bazaarvoice.jolt jolt-core - 0.1.0 + 0.1.1 com.bazaarvoice.jolt json-utils - 0.1.0 + 0.1.1 + + + com.fasterxml.jackson.core + jackson-databind + + org.onap.aai @@ -199,8 +221,27 @@ limitations under the License. commons-codec commons-codec + + 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 + diff --git a/version.properties b/version.properties index 53c44ec..e7f8200 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