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/13 14:01:08 UTC

[drill] branch master updated: DRILL-8332: upgrade to jackson 2.13.4.20221012 (#2674)

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 726b88fa9e DRILL-8332: upgrade to jackson 2.13.4.20221012 (#2674)
726b88fa9e is described below

commit 726b88fa9e5e74d2d9a7f00ca17244fc49d012dc
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Oct 13 15:01:01 2022 +0100

    DRILL-8332: upgrade to jackson 2.13.4.20221012 (#2674)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 33df8a38d9..b98ba3906f 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.2.20220328</jackson.version>
+    <jackson.version>2.13.4.20221012</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>