From 98794615f346c753a94fa5f63f7cbc67792af4c1 Mon Sep 17 00:00:00 2001 From: Amichai Hemli Date: Mon, 16 Sep 2019 10:53:47 +0300 Subject: Upgrade FasterXML/Jackson to version 2.9.9.3 FasterXML jackson-databind versions 2.x through 2.9.9.1 are vulnerable. we will use 2.9.9.3 for jackson-databind only Issue-ID: VID-640 Signed-off-by: Amichai Hemli Change-Id: I537cb83ad787522b75fdee59ffabb51def747096 --- vid-ext-services-simulator/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vid-ext-services-simulator') diff --git a/vid-ext-services-simulator/pom.xml b/vid-ext-services-simulator/pom.xml index 8cb3c37b8..b3179cf5e 100644 --- a/vid-ext-services-simulator/pom.xml +++ b/vid-ext-services-simulator/pom.xml @@ -14,7 +14,8 @@ UTF-8 5.1.9.RELEASE 5.3.4.Final - 2.9.8 + 2.9.9 + 2.9.9.3 true @@ -142,7 +143,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson.version} + ${jackson.databind.version} javax.xml.bind -- cgit 1.2.3-korg