upgrade fastjson to 1.2.58

This commit is contained in:
thinkgem
2019-07-05 23:55:15 +08:00
parent 6808808d34
commit a62ba3de93
2 changed files with 8 additions and 0 deletions

View File

@@ -74,6 +74,13 @@
<version>${json.version}</version>
</dependency>
<!-- Fast json -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>
</dependency>
<!-- Jackson json -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>