You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/06/02 06:24:38 UTC

[incubator-iotdb] branch master updated: [IOTDB-732] Upgrade fastjson version to 1.2.70 (#1299)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new ae723b7  [IOTDB-732] Upgrade fastjson version to 1.2.70 (#1299)
ae723b7 is described below

commit ae723b71a461f613cc1c719fe4d44654f2774d90
Author: Xin Wang <xi...@apache.org>
AuthorDate: Tue Jun 2 14:24:30 2020 +0800

    [IOTDB-732] Upgrade fastjson version to 1.2.70 (#1299)
    
    * [IOTDB-732] Upgrade fastjson version to 1.2.70
---
 LICENSE-binary | 2 +-
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 794d799..74d991c 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -221,7 +221,7 @@ org.apache.commons:commons-collections4:4.0
 org.apache.commons:commons-lang3:3.1
 org.apache.thrift:libthrift:0.9.3
 org.xerial.snappy:snappy-java:1.0.5-M1
-com.alibaba:fastjson:1.2.68
+com.alibaba:fastjson:1.2.70
 com.sun.xml.fastinfoset:FastInfoset:1.2.14
 io.airlift.airline:0.8
 com.google.guava.guava:21.0
diff --git a/pom.xml b/pom.xml
index 95f0fb0..d47c840 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
         <common.lang3.version>3.8.1</common.lang3.version>
         <common.logging.version>1.1.3</common.logging.version>
         <guava.version>21.0</guava.version>
-        <fastjson.version>1.2.68</fastjson.version>
+        <fastjson.version>1.2.70</fastjson.version>
         <jline.version>2.14.5</jline.version>
         <jetty.version>9.4.24.v20191120</jetty.version>
         <metrics.version>3.2.6</metrics.version>