From: ramya Date: Thu, 7 Mar 2019 11:09:16 +0000 (+0530) Subject: Version change for security fix X-Git-Tag: 1.0.1~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F79900%2F1;p=dcaegen2%2Fservices%2Fson-handler.git Version change for security fix Change-Id: I5a78090abbd071aec2cc0bf319953f8c6ecc2b9a Issue-ID: DCAEGEN2-1275 Signed-off-by: Ramya Ravichandran --- diff --git a/pom.xml b/pom.xml index 1a61635..648f1e6 100644 --- a/pom.xml +++ b/pom.xml @@ -65,16 +65,7 @@ junit test - - com.fasterxml.jackson.core - jackson-core - 2.9.8 - - - com.fasterxml.jackson.core - jackson-databind - 2.9.8 - + javax.json @@ -85,7 +76,21 @@ org.springframework.boot spring-boot-starter-web - 2.0.4.RELEASE + 2.0.4.RELEASE + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + + + org.springframework + spring-web + + org.postgresql @@ -95,12 +100,27 @@ org.springframework.boot spring-boot-starter-data-jpa - 2.0.4.RELEASE + 2.0.4.RELEASE + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + 2.9.8 + + + com.fasterxml.jackson.core + jackson-databind + 2.9.8 + + + org.springframework + spring-web + 5.0.11.RELEASE org.springframework.data spring-data-commons-core - 1.4.0.RELEASE + 1.4.1.RELEASE