From f6bfc74f26a88e27524280e5bf75617600a15a0b Mon Sep 17 00:00:00 2001 From: niranjana Date: Wed, 18 Dec 2019 17:24:23 +0530 Subject: Fix security vulnerabilities Issue-ID: DCAEGEN2-1811 Signed-off-by: niranjana Change-Id: Ia475c29e16a1dcda68752c55af2fb77efa31f67c --- pom.xml | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) 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 + -- cgit 1.2.3-korg