You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2019/09/27 07:59:59 UTC

[hbase-connectors] 02/02: HBASE-23075 Upgrade jackson to version 2.9.10 due to CVE-2019-16335 and CVE-2019-14540

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

psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-connectors.git

commit f8cd536d9baa2c7eb61e139df28e3132d3b5ba90
Author: Nicholas Jiang <pr...@163.com>
AuthorDate: Thu Sep 26 13:16:40 2019 +0800

    HBASE-23075 Upgrade jackson to version 2.9.10 due to CVE-2019-16335 and CVE-2019-14540
---
 spark/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spark/pom.xml b/spark/pom.xml
index 7aff2a2..2b3b09d 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -40,7 +40,7 @@
   <properties>
     <protobuf.plugin.version>0.6.1</protobuf.plugin.version>
     <hbase-thirdparty.version>2.1.0</hbase-thirdparty.version>
-    <jackson.version>2.9.2</jackson.version>
+    <jackson.version>2.9.10</jackson.version>
     <spark.version>2.4.0</spark.version>
     <!-- The following version is in sync with Spark's choice
          Please take caution when this version is modified -->