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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9b90983fd29 build(deps): bump parquet.version from 1.18.0 to 1.18.1 
(#20258)
9b90983fd29 is described below

commit 9b90983fd291f26935af934383ce360473179e4d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 7 10:47:02 2026 +0800

    build(deps): bump parquet.version from 1.18.0 to 1.18.1 (#20258)
    
    * build(deps): bump parquet.version from 1.18.0 to 1.18.1
    
    Bumps `parquet.version` from 1.18.0 to 1.18.1.
    
    Updates `org.apache.parquet:parquet-column` from 1.18.0 to 1.18.1
    - [Release notes](https://github.com/apache/parquet-java/releases)
    - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
    - 
[Commits](https://github.com/apache/parquet-java/compare/apache-parquet-1.18.0...apache-parquet-1.18.1)
    
    Updates `org.apache.parquet:parquet-hadoop` from 1.18.0 to 1.18.1
    - [Release notes](https://github.com/apache/parquet-java/releases)
    - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
    - 
[Commits](https://github.com/apache/parquet-java/compare/apache-parquet-1.18.0...apache-parquet-1.18.1)
    
    Updates `org.apache.parquet:parquet-avro` from 1.18.0 to 1.18.1
    - [Release notes](https://github.com/apache/parquet-java/releases)
    - [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
    - 
[Commits](https://github.com/apache/parquet-java/compare/apache-parquet-1.18.0...apache-parquet-1.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.parquet:parquet-column
      dependency-version: 1.18.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.parquet:parquet-hadoop
      dependency-version: 1.18.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.parquet:parquet-avro
      dependency-version: 1.18.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * build(deps): align Parquet zstd dependency
    
    * build: document parquet zstd exclusion
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Frank Chen <[email protected]>
---
 extensions-core/parquet-extensions/pom.xml | 5 +++++
 licenses.yaml                              | 2 +-
 pom.xml                                    | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/extensions-core/parquet-extensions/pom.xml 
b/extensions-core/parquet-extensions/pom.xml
index 7b25fecfc66..ac2b1da22ff 100644
--- a/extensions-core/parquet-extensions/pom.xml
+++ b/extensions-core/parquet-extensions/pom.xml
@@ -77,6 +77,11 @@
           <groupId>commons-pool</groupId>
           <artifactId>commons-pool</artifactId>
         </exclusion>
+        <!-- zstd-jni is already provided by druid-processing; keep a single 
Druid-managed native library version. -->
+        <exclusion>
+          <groupId>com.github.luben</groupId>
+          <artifactId>zstd-jni</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>org.apache.yetus</groupId>
           <artifactId>audience-annotations</artifactId>
diff --git a/licenses.yaml b/licenses.yaml
index d681f32144a..6bc163d5ffe 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -3686,7 +3686,7 @@ name: Apache Parquet
 license_category: binary
 module: extensions/druid-parquet-extensions
 license_name: Apache License version 2.0
-version: 1.18.0
+version: 1.18.1
 libraries:
   - org.apache.parquet: parquet-avro
   - org.apache.parquet: parquet-column
diff --git a/pom.xml b/pom.xml
index 3fa8055693c..130fe1600fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
         <scala.library.version>2.13.16</scala.library.version>
         <avatica.version>1.28.0</avatica.version>
         <avro.version>1.12.2</avro.version>
-        <parquet.version>1.18.0</parquet.version>
+        <parquet.version>1.18.1</parquet.version>
         <bytebuddy.version>1.18.12</bytebuddy.version>
         <!--
             The base calcite parser was copied into the project; when updating 
Calcite run dev/upgrade-calcite-parser to adopt upstream changes


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to