From fdf0ac01d6c833ea0268d50a11f5e19b988b2527 Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Tue, 1 May 2018 10:47:29 +0100 Subject: [PATCH] Upversion logback classic and core dependencies To remove Nexus-IQ security vulnerability Change-Id: Ia9ff4aaf36f525c427e30664f143803c9d08a6da Issue-ID: AAI-1107 Signed-off-by: Lee, Tian (tl5884) --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 1851348..b883910 100644 --- a/pom.xml +++ b/pom.xml @@ -61,6 +61,7 @@ 1.2.1 1.3.0 1.6 + 1.2.3 @@ -90,6 +91,17 @@ common-logging ${common.logging.version} + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-core + ${logback.version} + + commons-codec commons-codec -- 2.16.6