This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 4377d18 [IOTDB-1256] upgrade Jackson to 2.11.0 because of loopholes
CVE-2020-25649 (#2896)
4377d18 is described below
commit 4377d18a9dd3d7bb48cfd6ebaf96609b1f9b05f9
Author: wangchao316 <[email protected]>
AuthorDate: Thu Mar 25 15:25:01 2021 +0800
[IOTDB-1256] upgrade Jackson to 2.11.0 because of loopholes CVE-2020-25649
(#2896)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e249644..2b457bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
<!-- keep consistent with client-cpp/tools/thrift/pom.xml-->
<thrift.version>0.13.0</thrift.version>
<airline.version>0.8</airline.version>
- <jackson.version>2.10.0</jackson.version>
+ <jackson.version>2.11.0</jackson.version>
<antlr4.version>4.8-1</antlr4.version>
<common.cli.version>1.3.1</common.cli.version>
<common.codec.version>1.13</common.codec.version>