From: niranjana Date: Wed, 18 Dec 2019 11:54:23 +0000 (+0530) Subject: Fix security vulnerabilities X-Git-Tag: 2.0.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F99759%2F1;p=dcaegen2%2Fservices%2Fson-handler.git Fix security vulnerabilities Issue-ID: DCAEGEN2-1811 Signed-off-by: niranjana Change-Id: Ia475c29e16a1dcda68752c55af2fb77efa31f67c --- diff --git a/pom.xml b/pom.xml index 05e5503..90596a1 100644 --- a/pom.xml +++ b/pom.xml @@ -88,12 +88,12 @@ com.fasterxml.jackson.core jackson-core - 2.9.8 + 2.9.9 com.fasterxml.jackson.core jackson-databind - 2.9.8 + 2.9.9 @@ -192,7 +192,7 @@ org.springframework spring-web - 5.0.9.RELEASE + 5.0.10.RELEASE org.springframework @@ -202,7 +202,7 @@ org.apache.tomcat.embed tomcat-embed-core - 9.0.14 + 9.0.16 org.apache.httpcomponents @@ -210,6 +210,24 @@ 4.5.7 + + + commons-beanutils + commons-beanutils + 1.9.4 + + + + org.eclipse.jetty + jetty-server + 9.4.17.v20190418 + + + + org.webjars + bootstrap + 4.3.1 +