You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2019/08/08 23:29:35 UTC

[hive] branch master updated: HIVE-22089 : Upgrade jackson to 2.9.9 (Ashutosh Chauhan via Jesus Camacho Rodriguez)

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

hashutosh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fc5a88  HIVE-22089 : Upgrade jackson to 2.9.9 (Ashutosh Chauhan via Jesus Camacho Rodriguez)
7fc5a88 is described below

commit 7fc5a88a149cf0767a5846cbb6ace22d8e99a63c
Author: Ashutosh Chauhan <ha...@apache.org>
AuthorDate: Thu Aug 8 16:28:52 2019 -0700

    HIVE-22089 : Upgrade jackson to 2.9.9 (Ashutosh Chauhan via Jesus Camacho Rodriguez)
    
    Signed-off-by: Ashutosh Chauhan <ha...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 51bdc80..de086d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
     <httpcomponents.client.version>4.5.6</httpcomponents.client.version>
     <httpcomponents.core.version>4.4.10</httpcomponents.core.version>
     <ivy.version>2.4.0</ivy.version>
-    <jackson.version>2.9.8</jackson.version>
+    <jackson.version>2.9.9</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>