From d6e999b4574039aff36dd6505a4da74685ab171b Mon Sep 17 00:00:00 2001 From: econwar Date: Wed, 5 Sep 2018 16:10:01 +0000 Subject: Update versions to fix security violations Change-Id: I14831fdee0db98b81b7f090096cb9ae3a8a6ba09 Signed-off-by: Conor Ward Issue-ID: DMAAP-736 --- datarouter-subscriber/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'datarouter-subscriber/pom.xml') diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml index 52cb25c7..4d09d68e 100755 --- a/datarouter-subscriber/pom.xml +++ b/datarouter-subscriber/pom.xml @@ -91,6 +91,23 @@ jetty-io ${jetty.version} + + com.thoughtworks.xstream + xstream + ${thoughtworks.version} + + + ch.qos.logback + logback-classic + ${qos.logback.version} + compile + + + ch.qos.logback + logback-core + ${qos.logback.version} + compile + org.apache.httpcomponents httpclient -- cgit 1.2.3-korg