Browse Source

upgrade fastjson to 1.2.72

James 5 years ago
parent
commit
cc1e995075
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -118,7 +118,7 @@
 		<dependency>
 			<groupId>com.alibaba</groupId>
 			<artifactId>fastjson</artifactId>
-			<version>1.2.70</version>
+			<version>1.2.72</version>
 			<scope>provided</scope>
 		</dependency>