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

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

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-06-07 18:16:36 +00:00
parent c4fa6541de
commit 9f3d3b5ab9
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

View File

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