Browse Source

Upgrade fastjson dependency to 1.2.58 (#950)

master
coco Eric Zhao 5 years ago
parent
commit
78f69bbce3
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.56</fastjson.version>
<fastjson.version>1.2.58</fastjson.version>

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


Loading…
Cancel
Save