From: GuangrongFu Date: Fri, 14 Aug 2020 07:58:44 +0000 (+0800) Subject: Tried to Fix Some Vulnerability Issues (xstream/retrofit) X-Git-Tag: 1.2.8~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fengine-management.git;a=commitdiff_plain;h=7befc48719f684048f5975dfe54e5a79c5255f97 Tried to Fix Some Vulnerability Issues (xstream/retrofit) Change-Id: I931b100606b5a10850d4ba4919c9cd1b15abbfe6 Issue-ID: HOLMES-345 Signed-off-by: GuangrongFu --- diff --git a/pom.xml b/pom.xml index ebe105b..c3cb95c 100644 --- a/pom.xml +++ b/pom.xml @@ -149,6 +149,10 @@ com.squareup.okhttp3 okhttp + + com.squareup.retrofit2 + retrofit + @@ -206,6 +210,10 @@ org.slf4j slf4j-api + + com.thoughtworks.xstream + xstream + @@ -257,6 +265,16 @@ gson 2.8.6 + + com.squareup.retrofit2 + retrofit + 2.5.0 + + + com.thoughtworks.xstream + xstream + 1.4.10 +