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/10/14 15:02:10 UTC

[drill] branch master updated: DRILL-8332: upgrade jackson due to issue in gradle module of previous release (#2677)

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 5dfd14f8d1 DRILL-8332: upgrade jackson due to issue in gradle module of previous release (#2677)
5dfd14f8d1 is described below

commit 5dfd14f8d1150fd116519a8e3e87f5670f17635e
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Fri Oct 14 16:02:04 2022 +0100

    DRILL-8332: upgrade jackson due to issue in gradle module of previous release (#2677)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b98ba3906f..cc795d6f7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
     <avatica.version>1.22.0</avatica.version>
     <janino.version>3.1.8</janino.version>
     <sqlline.version>1.12.0</sqlline.version>
-    <jackson.version>2.13.4.20221012</jackson.version>
+    <jackson.version>2.13.4.20221013</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>