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/14 23:16:22 UTC

[hive] branch master updated: HIVE-22112 : update jackson version in disconnected poms (Ashutosh Chauhan via Vineet Garg)

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 ff463aa  HIVE-22112 : update jackson version in disconnected poms (Ashutosh Chauhan via Vineet Garg)
ff463aa is described below

commit ff463aa34483915db73e2e38e735f4e49ae2927d
Author: Ashutosh Chauhan <ha...@apache.org>
AuthorDate: Wed Aug 14 10:32:39 2019 -0700

    HIVE-22112 : update jackson version in disconnected poms (Ashutosh Chauhan via Vineet Garg)
---
 standalone-metastore/pom.xml | 2 +-
 testutils/ptest2/pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index be1f452..2655545 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.8</jackson.version>
+    <jackson.version>2.9.9</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 c5f6e1a..e8f964c 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.8</jackson.version>
+    <jackson.version>2.9.9</jackson.version>
   </properties>
 
   <repositories>