From f8d8618ddaf501cc1f08dd6e1c7feb503f683b80 Mon Sep 17 00:00:00 2001 From: David Xia Date: Tue, 15 Jan 2019 13:31:48 -0500 Subject: [PATCH] Upgrade jackson deps to from 2.9.6 to latest 2.9.8 This patches a vulnerability in jackson-databind * CVE-2018-19360 * CVE-2018-19362 * CVE-2018-19361 * CVE-2018-14718 * CVE-2018-14721 * CVE-2018-14719 * CVE-2018-14720 Upgrade the other jackson deps to the same latest version for consistency. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a87b98a6b..9e1bbdda9 100644 --- a/pom.xml +++ b/pom.xml @@ -89,17 +89,17 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider - 2.9.6 + 2.9.8 com.fasterxml.jackson.datatype jackson-datatype-guava - 2.9.6 + 2.9.8 com.fasterxml.jackson.core jackson-databind - 2.9.6 + 2.9.8 org.glassfish.jersey.core