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:57 UTC

[hbase-connectors] branch master updated (53bf51a -> f8cd536)

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

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


    from 53bf51a  upgrade jackson version
     new a6bd804  Revert "upgrade jackson version"
     new f8cd536  HBASE-23075 Upgrade jackson to version 2.9.10 due to CVE-2019-16335 and CVE-2019-14540

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[hbase-connectors] 01/02: Revert "upgrade jackson version"

Posted by ps...@apache.org.
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 a6bd8049a8c524519ad007c3bdd81630548f8f78
Author: Peter Somogyi <ps...@apache.org>
AuthorDate: Fri Sep 27 09:56:16 2019 +0200

    Revert "upgrade jackson version"
    
    This reverts commit 53bf51ad7d954d1b4e7af414d4de6e699c8879ee.
    Revert for missing JIRA ID
---
 spark/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spark/pom.xml b/spark/pom.xml
index 2b3b09d..7aff2a2 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.10</jackson.version>
+    <jackson.version>2.9.2</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 -->


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

Posted by ps...@apache.org.
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 -->