fix: upgrade com.alibaba:fastjson from 2.0.26 to 2.0.31

Snyk has created this PR to upgrade com.alibaba:fastjson from 2.0.26 to 2.0.31.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.alibaba/fastjson/

See this project in Snyk:
https://app.snyk.io/org/z2z2qp/project/a2808ab6-77f3-4da1-a717-e26683b12111?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2023-05-30 08:39:04 +00:00
parent 8c70618715
commit be4b1fa20a
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

View File

@ -41,7 +41,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>2.0.26</version>
<version>2.0.31</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>