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/26 09:06:09 UTC

[hbase-connectors] branch master updated: upgrade jackson version

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


The following commit(s) were added to refs/heads/master by this push:
     new 53bf51a  upgrade jackson version
53bf51a is described below

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

    upgrade jackson version
---
 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 -->