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 f4d28fd [IOTDB-656] Upgrade fastjson version to 1.2.68 (#1179)
f4d28fd is described below
commit f4d28fd7fbea0aac5e36903f9e5187be1cd5a69d
Author: Xin Wang <[email protected]>
AuthorDate: Sat May 9 13:08:01 2020 +0800
[IOTDB-656] Upgrade fastjson version to 1.2.68 (#1179)
* [IOTDB-656] Upgrade fastjson version to 1.2.68
---
LICENSE-binary | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index d9b2274..794d799 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.67
+com.alibaba:fastjson:1.2.68
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 238ff84..b7dedf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,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.67</fastjson.version>
+ <fastjson.version>1.2.68</fastjson.version>
<jline.version>2.14.5</jline.version>
<jetty.version>9.4.24.v20191120</jetty.version>
<metrics.version>3.2.6</metrics.version>