From 5bb7f86631135097d141c5fe02743552aaba9316 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 8 Aug 2019 14:04:15 +0200 Subject: [PATCH] Upgrade jackson-databind for CVE-2019-14379 See https://github.com/FasterXML/jackson-databind/issues/2387 for details. Change-Id: I3a8a416bba7e72861512531a3a83d818daf6fd5f Signed-off-by: Stephen Kitt Signed-off-by: Robert Varga --- features/odl-jackson-2.9/src/main/history/dependencies.xml | 2 +- odlparent-dependency-check/pom.xml | 2 +- odlparent/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/features/odl-jackson-2.9/src/main/history/dependencies.xml b/features/odl-jackson-2.9/src/main/history/dependencies.xml index ab5cd2d1f7..b5c275a013 100644 --- a/features/odl-jackson-2.9/src/main/history/dependencies.xml +++ b/features/odl-jackson-2.9/src/main/history/dependencies.xml @@ -5,7 +5,7 @@ odl-ws-rs-api mvn:com.fasterxml.jackson.core/jackson-annotations/2.9.0 mvn:com.fasterxml.jackson.core/jackson-core/2.9.9 - mvn:com.fasterxml.jackson.core/jackson-databind/2.9.9 + mvn:com.fasterxml.jackson.core/jackson-databind/2.9.9.3 mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.9.9 mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.9.9 mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.9.9 diff --git a/odlparent-dependency-check/pom.xml b/odlparent-dependency-check/pom.xml index d94121fd41..bd68f58ca2 100644 --- a/odlparent-dependency-check/pom.xml +++ b/odlparent-dependency-check/pom.xml @@ -45,7 +45,7 @@ com.fasterxml.jackson jackson-bom pom - 2.9.9 + 2.9.9.20190807 com.fasterxml.woodstox diff --git a/odlparent/pom.xml b/odlparent/pom.xml index 3409698243..bc33ceac71 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -453,7 +453,7 @@ com.fasterxml.jackson jackson-bom - 2.9.9 + 2.9.9.20190807 import pom