From 74f76e264b2f7399c08c43fb3ee1057f9e164b62 Mon Sep 17 00:00:00 2001 From: izy473781821 Date: Sun, 22 Mar 2020 15:18:38 +0800 Subject: [PATCH] =?UTF-8?q?:lock:=20Fixing=20security=20issues.=20#I1CAQP?= =?UTF-8?q?=20=20fastjson=201.2.67=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83?= =?UTF-8?q?=EF=BC=8CBug=E4=BF=AE=E5=A4=8D=E5=AE=89=E5=85=A8=E5=8A=A0?= =?UTF-8?q?=E5=9B=BA,?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c768f677..1b9d2c4e 100755 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ com.pig4cloud pig-cloud-dependencies-parent - Hoxton.SR2 + Hoxton.SR3 com.pig4cloud @@ -48,6 +48,7 @@ 0.0.9 1.7 2.1.0 + 1.2.67 2.9.2 1.5.24 2.3.6.RELEASE @@ -152,6 +153,12 @@ swagger-annotations ${swagger.core.version} + + + com.alibaba + fastjson + ${fastjson.version} + org.springframework.boot -- GitLab