From 7befc48719f684048f5975dfe54e5a79c5255f97 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Fri, 14 Aug 2020 15:58:44 +0800 Subject: [PATCH] Tried to Fix Some Vulnerability Issues (xstream/retrofit) Change-Id: I931b100606b5a10850d4ba4919c9cd1b15abbfe6 Issue-ID: HOLMES-345 Signed-off-by: GuangrongFu --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 + -- 2.16.6