From d7192595536591a764afbdf159f68509b6b20bae Mon Sep 17 00:00:00 2001 From: Einat Vinouze Date: Sun, 7 Jul 2019 14:15:07 +0300 Subject: Upgrade to Spring 5.1.6 + simulator fasterxml Issue-ID: VID-512 Change-Id: I9a74e6357671c5eee0a425354dcd07c762c69c83 Signed-off-by: Einat Vinouze --- vid-ext-services-simulator/pom.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'vid-ext-services-simulator/pom.xml') diff --git a/vid-ext-services-simulator/pom.xml b/vid-ext-services-simulator/pom.xml index 56404f876..59f886826 100644 --- a/vid-ext-services-simulator/pom.xml +++ b/vid-ext-services-simulator/pom.xml @@ -13,8 +13,9 @@ UTF-8 1.3.0 - 4.3.22.RELEASE + 5.1.6.RELEASE 5.3.4.Final + 2.9.8 true @@ -130,10 +131,20 @@ spring-webmvc ${springframework.version} + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + com.fasterxml.jackson.core jackson-annotations - 2.8.7 + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} javax.xml.bind -- cgit 1.2.3-korg