Browse Source

升级fastjson版本

lixing 2 years ago
parent
commit
7e24986154
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -89,7 +89,7 @@
 		<dependency>
 			<groupId>com.alibaba</groupId>
 			<artifactId>fastjson</artifactId>
-			<version>1.2.71</version>
+			<version>1.2.83</version>
 			<scope>compile</scope>
 		</dependency>
 		<!--hutool工具类 -->