update pom.xml.

升级fastjson版本到1.2.83,1.2.83版本之前存在代码执行漏洞风险,CVE-2022-25845

Signed-off-by: minger <12521279+minger111@user.noreply.gitee.com>
This commit is contained in:
minger 2023-02-27 13:38:08 +00:00 committed by Gitee
parent 69a1f97c0a
commit ba8ea38c80
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -36,7 +36,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.3</version>
<version>1.2.83</version>
</dependency>
<!--google Protostuff -->
<dependency>