You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pr...@apache.org on 2018/06/13 21:02:50 UTC

hive git commit: HIVE-19852: update jackson to latest (Prasanth Jayachandran reviewed by Thejas Nair)

Repository: hive
Updated Branches:
  refs/heads/branch-3 97bd88cea -> 1518cdc92


HIVE-19852: update jackson to latest (Prasanth Jayachandran reviewed by Thejas Nair)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/1518cdc9
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/1518cdc9
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/1518cdc9

Branch: refs/heads/branch-3
Commit: 1518cdc92c94cc2cb3d511a058fad294c0e7a203
Parents: 97bd88c
Author: Prasanth Jayachandran <pr...@apache.org>
Authored: Wed Jun 13 14:02:17 2018 -0700
Committer: Prasanth Jayachandran <pr...@apache.org>
Committed: Wed Jun 13 14:02:36 2018 -0700

----------------------------------------------------------------------
 pom.xml                      | 2 +-
 standalone-metastore/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/1518cdc9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ddb6f94..fa80637 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
     <httpcomponents.client.version>4.5.2</httpcomponents.client.version>
     <httpcomponents.core.version>4.4.4</httpcomponents.core.version>
     <ivy.version>2.4.0</ivy.version>
-    <jackson.version>2.9.4</jackson.version>
+    <jackson.version>2.9.5</jackson.version>
     <jamon.plugin.version>2.3.4</jamon.plugin.version>
     <jamon-runtime.version>2.3.1</jamon-runtime.version>
     <javaewah.version>0.3.2</javaewah.version>

http://git-wip-us.apache.org/repos/asf/hive/blob/1518cdc9/standalone-metastore/pom.xml
----------------------------------------------------------------------
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 6a65af3..4176834 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -73,7 +73,7 @@
     <guava.version>19.0</guava.version>
     <hadoop.version>3.1.0</hadoop.version>
     <hikaricp.version>2.6.1</hikaricp.version>
-    <jackson.version>2.9.4</jackson.version>
+    <jackson.version>2.9.5</jackson.version>
     <javolution.version>5.5.1</javolution.version>
     <junit.version>4.11</junit.version>
     <libfb303.version>0.9.3</libfb303.version>