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 48c5eb59e0 [MINOR UPDATE] upgrade jackson to 2.18.3 (#2980)
48c5eb59e0 is described below

commit 48c5eb59e04a456e6a09e28610c8b5a52fc541cc
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Thu Mar 13 15:13:06 2025 +0100

    [MINOR UPDATE] upgrade jackson to 2.18.3 (#2980)
---
 contrib/storage-hive/hive-exec-shade/pom.xml | 1 +
 exec/jdbc-all/pom.xml                        | 1 +
 pom.xml                                      | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/contrib/storage-hive/hive-exec-shade/pom.xml 
b/contrib/storage-hive/hive-exec-shade/pom.xml
index 08270ce267..1cd5980b0b 100644
--- a/contrib/storage-hive/hive-exec-shade/pom.xml
+++ b/contrib/storage-hive/hive-exec-shade/pom.xml
@@ -216,6 +216,7 @@
               <artifact>com.fasterxml.jackson.core:*</artifact>
               <excludes>
                 <exclude>module-info.class</exclude>
+                <exclude>META-INF/versions/22/**</exclude>
               </excludes>
             </filter>
           </filters>
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index e357ee6e29..1b7fef416c 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -750,6 +750,7 @@
                 <exclude>META-INF/**/*.properties</exclude>
                 <exclude>META-INF/services/com.fasterxml.*</exclude>
                 <exclude>META-INF/services/javax.ws.*</exclude>
+                <exclude>META-INF/versions/22/**</exclude>
                 <exclude>module-info.class</exclude>
                 <exclude>org/apache/commons/pool2/**</exclude>
                 <exclude>org/apache/directory/**</exclude>
diff --git a/pom.xml b/pom.xml
index 85ccdfd557..5e96f05fe2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
     <httpclient.version>4.5.14</httpclient.version>
     <httpdlog-parser.version>5.10.0</httpdlog-parser.version>
     <iceberg.version>0.12.1</iceberg.version>
-    <jackson.version>2.16.1</jackson.version>
+    <jackson.version>2.18.3</jackson.version>
     <janino.version>3.1.11</janino.version>
     <javassist.version>3.29.2-GA</javassist.version>
     <javax.el.version>3.0.0</javax.el.version>

Reply via email to