From bceb18df30982e2ace538baf5c49336fe0e45b0a Mon Sep 17 00:00:00 2001 From: econwar Date: Tue, 23 Apr 2019 13:32:22 +0000 Subject: [PATCH] Fix security vulnerabilities Change-Id: Ib0812a1cdf6bd2fcf2c22e468363667f52d9864d Issue-ID: DMAAP-1176 Signed-off-by: econwar --- datarouter-node/pom.xml | 4 ++++ datarouter-prov/pom.xml | 6 +++++- datarouter-subscriber/pom.xml | 4 ++++ pom.xml | 7 ++++++- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 06aa3fcf..537b05b5 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -128,6 +128,10 @@ org.apache.commons commons-lang3 + + com.thoughtworks.xstream + xstream + diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index c6f6ff3e..281cea7c 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -166,7 +166,7 @@ org.hibernate hibernate-entitymanager - 5.2.9.Final + 5.4.1.Final org.hamcrest @@ -179,6 +179,10 @@ hibernate-jpa-2.1-api 1.0.2.Final + + com.thoughtworks.xstream + xstream + diff --git a/datarouter-subscriber/pom.xml b/datarouter-subscriber/pom.xml index 6c577a32..0182362c 100755 --- a/datarouter-subscriber/pom.xml +++ b/datarouter-subscriber/pom.xml @@ -89,6 +89,10 @@ 1.2.17 compile + + com.thoughtworks.xstream + xstream + diff --git a/pom.xml b/pom.xml index 1e239cdb..7a524b57 100755 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ 1.7.25 1.3 12.0 - + 1.4.10 datarouter-prov @@ -257,6 +257,11 @@ json ${json.version} + + com.thoughtworks.xstream + xstream + ${xstream.version} + -- 2.16.6