You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2022/03/31 12:21:34 UTC

[drill] branch master updated: DRILL-8176: minor issue in previous jackson bom (#2508)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 19d4a96  DRILL-8176: minor issue in previous jackson bom (#2508)
19d4a96 is described below

commit 19d4a96f8930920aed8ce3686db44921fc0324f9
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Mar 31 14:21:24 2022 +0200

    DRILL-8176: minor issue in previous jackson bom (#2508)
    
    * minor issue in previous jackson bom
    
    * Update pom.xml
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6253524..c1889b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
     <avatica.version>1.17.0</avatica.version>
     <janino.version>3.0.11</janino.version>
     <sqlline.version>1.12.0</sqlline.version>
-    <jackson.version>2.13.2.20220324</jackson.version>
+    <jackson.version>2.13.2.20220328</jackson.version>
     <zookeeper.version>3.5.7</zookeeper.version>
     <mapr.release.version>6.1.0-mapr</mapr.release.version>
     <ojai.version>3.0-mapr-1808</ojai.version>
@@ -81,7 +81,7 @@
     <logback.version>1.2.9</logback.version>
     <mockito.version>3.11.2</mockito.version>
     <!--
-      Currently Hive storage plugin only supports Apache Hive 3.1.2 or vendor specific variants of the
+      Currently, Hive storage plugin only supports Apache Hive 3.1.2 or vendor specific variants of the
       Apache Hive 2.3.2. If the version is changed, make sure the jars and their dependencies are updated,
       for example parquet-hadoop-bundle and derby dependencies.
     -->