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 5c4be15c760 build(deps): bump parquet.version from 1.17.1 to 1.18.0 
(#20047)
5c4be15c760 is described below

commit 5c4be15c760a65a608d78fffc6da682b70997d32
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 22 09:54:16 2026 +0800

    build(deps): bump parquet.version from 1.17.1 to 1.18.0 (#20047)
    
    * build(deps): bump parquet.version from 1.17.1 to 1.18.0
    
    Bumps `parquet.version` from 1.17.1 to 1.18.0.
    
    Updates `org.apache.parquet:parquet-column` from 1.17.1 to 1.18.0
    - [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.17.1...apache-parquet-1.18.0)
    
    Updates `org.apache.parquet:parquet-hadoop` from 1.17.1 to 1.18.0
    - [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.17.1...apache-parquet-1.18.0)
    
    Updates `org.apache.parquet:parquet-avro` from 1.17.1 to 1.18.0
    - [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.17.1...apache-parquet-1.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.parquet:parquet-column
      dependency-version: 1.18.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.parquet:parquet-hadoop
      dependency-version: 1.18.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.parquet:parquet-avro
      dependency-version: 1.18.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * build(deps): align parquet transitive dependencies
    
    ---------
    
    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]>
---
 licenses.yaml | 4 ++--
 pom.xml       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index 1597b331716..240ab585637 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -3668,7 +3668,7 @@ name: Apache Parquet
 license_category: binary
 module: extensions/druid-parquet-extensions
 license_name: Apache License version 2.0
-version: 1.17.1
+version: 1.18.0
 libraries:
   - org.apache.parquet: parquet-avro
   - org.apache.parquet: parquet-column
@@ -3809,7 +3809,7 @@ name: JNI binding for Zstd
 license_category: binary
 module: java-core
 license_name: BSD-2-Clause License
-version: 1.5.7-7
+version: 1.5.7-11
 copyright: Luben Karavelov
 license_file_path: licenses/bin/zstd-jni.BSD2
 libraries:
diff --git a/pom.xml b/pom.xml
index 781db06b7e9..8d9676973ac 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.17.1</parquet.version>
+        <parquet.version>1.18.0</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
@@ -708,7 +708,7 @@
             <dependency>
                 <groupId>com.github.luben</groupId>
                 <artifactId>zstd-jni</artifactId>
-                <version>1.5.7-7</version>
+                <version>1.5.7-11</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson</groupId>


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

Reply via email to