From 79f9e63b3e531ae7ca4eaa7224ab8a740ad578cb Mon Sep 17 00:00:00 2001 From: ramya Date: Thu, 7 Mar 2019 16:39:16 +0530 Subject: [PATCH] Version change for security fix Change-Id: I5a78090abbd071aec2cc0bf319953f8c6ecc2b9a Issue-ID: DCAEGEN2-1275 Signed-off-by: Ramya Ravichandran --- pom.xml | 46 +++++++++++++++++++++++++++++++++------------- 1 file changed, 33 insertions(+), 13 deletions(-) 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 -- 2.16.6