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

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

Signed-off-by: wuming <12513384+weewweew12@user.noreply.gitee.com>
This commit is contained in:
wuming 2023-03-26 16:09:53 +00:00 committed by Gitee
parent 5e688da639
commit e9e51bfd7d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -114,7 +114,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.75</version>
<version>1.2.83</version>
</dependency>