Browse Source

Update fastjson dependency to 1.2.54

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
master
Eric Zhao 6 years ago
parent
commit
40cd335ec1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -41,7 +41,7 @@

<properties>
<!-- Compile libs -->
<fastjson.version>1.2.51</fastjson.version>
<fastjson.version>1.2.54</fastjson.version>

<!-- Test libs -->
<junit.version>4.12</junit.version>


Loading…
Cancel
Save