Browse Source

Update fastjson dependency version to 1.2.56

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
master
Eric Zhao 5 years ago
parent
commit
d05a603873
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.55</fastjson.version>
<fastjson.version>1.2.56</fastjson.version>

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


Loading…
Cancel
Save