Browse Source

Upgraded the version of fastjson lib to avoid security issues;

tags/1.0.1
huanghaiquan 6 years ago
parent
commit
fb771ef656
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/pom.xml

+ 1
- 1
source/pom.xml View File

@@ -175,7 +175,7 @@
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
<version>1.2.32</version>
<version>1.2.58</version>
</dependency> </dependency>


<dependency> <dependency>


Loading…
Cancel
Save