From 1abe072c6d1450dd512dbe492d3a08c510289d96 Mon Sep 17 00:00:00 2001 From: Yi Zhu Date: Tue, 23 Apr 2019 15:12:43 -0700 Subject: [PATCH] upgrade jetty and jackson apis to address security issue --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bbcca38..bf95060 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ 2.17 4.0.0 test + 9.3.24.v20180605 @@ -49,7 +50,7 @@ com.fasterxml.jackson.core jackson-core - 2.3.2 + 2.7.9 log4j @@ -77,13 +78,13 @@ org.eclipse.jetty jetty-server - 9.1.3.v20140225 + ${jetty.version} test org.eclipse.jetty jetty-servlet - 9.1.3.v20140225 + ${jetty.version} test