You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pv...@apache.org on 2019/03/22 11:05:50 UTC

[hive] branch master updated: HIVE-21473: Bumping jackson version to 2.9.8 (Peter Vary, reviewed by Marta Kuczora)

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

pvary 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 2fa22bf  HIVE-21473: Bumping jackson version to 2.9.8 (Peter Vary, reviewed by Marta Kuczora)
2fa22bf is described below

commit 2fa22bf360898dc8fd1408bfcc96e1c6aeaf9a53
Author: Peter Vary <pv...@cloudera.com>
AuthorDate: Fri Mar 22 12:03:28 2019 +0100

    HIVE-21473: Bumping jackson version to 2.9.8 (Peter Vary, reviewed by Marta Kuczora)
---
 pom.xml                      | 2 +-
 standalone-metastore/pom.xml | 2 +-
 testutils/ptest2/pom.xml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e58f925..7b45d84 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.5</jackson.version>
+    <jackson.version>2.9.8</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>
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 08b4587..f911c0d 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -82,7 +82,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.5</jackson.version>
+    <jackson.version>2.9.8</jackson.version>
     <javolution.version>5.5.1</javolution.version>
     <junit.version>4.11</junit.version>
     <libfb303.version>0.9.3</libfb303.version>
diff --git a/testutils/ptest2/pom.xml b/testutils/ptest2/pom.xml
index b8e11f0..fbc0181 100644
--- a/testutils/ptest2/pom.xml
+++ b/testutils/ptest2/pom.xml
@@ -31,7 +31,7 @@ limitations under the License.
     <jclouds.version>2.1.0</jclouds.version>
     <checkstyle.conf.dir>${basedir}/../../checkstyle/</checkstyle.conf.dir>
     <maven.checkstyle.plugin.version>2.12.1</maven.checkstyle.plugin.version>
-    <jackson.version>2.9.4</jackson.version>
+    <jackson.version>2.9.8</jackson.version>
   </properties>
 
   <repositories>