update pom.xml.

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

Signed-off-by: fegn1111 <12513332+fegn1111@user.noreply.gitee.com>
This commit is contained in:
fegn1111 2023-02-26 12:49:50 +00:00 committed by Gitee
parent ab50005e99
commit 7fe4684231
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -126,7 +126,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.58</version>
<version>1.2.83</version>
</dependency>
<!--Spring Quartz-->