diff options
author | liangxuning <liangxuning@boco.com.cn> | 2019-04-03 16:56:56 +0800 |
---|---|---|
committer | liangxuning <liangxuning@boco.com.cn> | 2019-04-03 16:57:17 +0800 |
commit | 4574d89400d07248fad02efd011551bc20b26124 (patch) | |
tree | 9c61a6fd6b89966c40e8407e3b78857fea7b1359 | |
parent | 1b62e79f5cfe106a9d78575732b47a37c0bd6047 (diff) |
fastjson modify version
Change-Id: I0069eace9484b357d1eaad38ff42e24a29bf3a51
Issue-ID: VFC-742
Signed-off-by: liangxuning<liangxuning@boco.com.cn>
modified: ems/boco/pom.xml
-rw-r--r-- | ems/boco/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index d4c9114..489e47f 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -125,7 +125,7 @@ <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> - <version>1.2.24</version> + <version>1.2.46</version> </dependency> <dependency> <groupId>commons-io</groupId> |