From c47aa823dc8442e8682e346eba98865b8949b1cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Wed, 1 Jul 2020 22:54:09 +0200 Subject: [PATCH] Upgrade xstream from 1.4.7 to 1.4.12 --- cdmlib-remote-webapp/pom.xml | 9 +++++++++ cdmlib-remote/pom.xml | 9 +++++++++ pom.xml | 7 ++++++- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/cdmlib-remote-webapp/pom.xml b/cdmlib-remote-webapp/pom.xml index 485f3e85b5..6e8b445541 100755 --- a/cdmlib-remote-webapp/pom.xml +++ b/cdmlib-remote-webapp/pom.xml @@ -171,8 +171,17 @@ + com.thoughtworks.xstream xstream + + + + + xpp3 + xpp3_min + + xpp3 diff --git a/cdmlib-remote/pom.xml b/cdmlib-remote/pom.xml index 4ef03b54ac..ff539b2d36 100644 --- a/cdmlib-remote/pom.xml +++ b/cdmlib-remote/pom.xml @@ -127,7 +127,16 @@ com.thoughtworks.xstream xstream + + + + + xpp3 + xpp3_min + + + xpp3 xpp3 diff --git a/pom.xml b/pom.xml index 160ef0da24..c013308e4b 100644 --- a/pom.xml +++ b/pom.xml @@ -1240,7 +1240,12 @@ com.thoughtworks.xstream xstream - 1.4.7 + 1.4.12 + + + xmlpull + xmlpull + 1.1.3.1 xpp3 -- 2.34.1