From 845e43d10f0a1b8d64bb31f6ec84925c46401d9f Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Mon, 19 Mar 2018 18:37:37 +0200 Subject: Fix security issues Change-Id: Ide337059d9b5c589b19ffd7f2dc7c0d725e9e634 Issue-ID: VID-149 Signed-off-by: Sonsino, Ofir (os0695) --- vid-app-common/pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'vid-app-common') diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index c52e87206..5d79a50da 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -19,7 +19,7 @@ UTF-8 UTF-8 2.1.0 - 4.2.0.RELEASE + 4.2.2.RELEASE 4.3.11.Final true @@ -287,6 +287,16 @@ eelf-core 1.0.0 + + ch.qos.logback + logback-core + 1.2.3 + + + ch.qos.logback + logback-classic + 1.2.3 + @@ -302,7 +312,7 @@ com.fasterxml.jackson.core jackson-databind - 2.6.3 + 2.6.7.1 org.codehaus.jackson -- cgit 1.2.3-korg