From 95b4f4645fe544c8f11651d7aa78381b24fc3769 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Mon, 24 Aug 2020 20:03:30 +0800 Subject: Fixed Some Vulnerability Issues Fixed the fastjson issue Fixed the retrofit issue Change-Id: Ife7dca0f0aeaf09c753615ef870b84867a970c8d Issue-ID: HOLMES-345 Signed-off-by: GuangrongFu --- pom.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index cb7bf34..9abc7e5 100644 --- a/pom.xml +++ b/pom.xml @@ -107,8 +107,17 @@ org.checkerframework checker-qual + + com.squareup.retrofit2 + retrofit + + + com.squareup.retrofit2 + retrofit + 2.5.0 + org.reflections reflections @@ -313,10 +322,11 @@ 3.2.2 - com.alibaba - fastjson - 1.2.49 + com.google.code.gson + gson + 2.8.6 + org.glassfish.jersey.core jersey-server -- cgit 1.2.3-korg