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 237fad7c00f build(deps): bump parquet.version from 1.16.0 to 1.17.1
(#19840)
237fad7c00f is described below
commit 237fad7c00f5d20a8d6ff58558928570819d168b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 1 10:31:49 2026 +0800
build(deps): bump parquet.version from 1.16.0 to 1.17.1 (#19840)
* build(deps): bump parquet.version from 1.16.0 to 1.17.1
Bumps `parquet.version` from 1.16.0 to 1.17.1.
Updates `org.apache.parquet:parquet-column` from 1.16.0 to 1.17.1
- [Release notes](https://github.com/apache/parquet-mr/releases)
- [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
-
[Commits](https://github.com/apache/parquet-mr/compare/apache-parquet-1.16.0...apache-parquet-1.17.1)
Updates `org.apache.parquet:parquet-hadoop` from 1.16.0 to 1.17.1
- [Release notes](https://github.com/apache/parquet-mr/releases)
- [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
-
[Commits](https://github.com/apache/parquet-mr/compare/apache-parquet-1.16.0...apache-parquet-1.17.1)
Updates `org.apache.parquet:parquet-avro` from 1.16.0 to 1.17.1
- [Release notes](https://github.com/apache/parquet-mr/releases)
- [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
-
[Commits](https://github.com/apache/parquet-mr/compare/apache-parquet-1.16.0...apache-parquet-1.17.1)
---
updated-dependencies:
- dependency-name: org.apache.parquet:parquet-column
dependency-version: 1.17.1
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.parquet:parquet-hadoop
dependency-version: 1.17.1
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.parquet:parquet-avro
dependency-version: 1.17.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* build(deps): update Parquet license metadata
---------
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 | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index 60f10fa3200..e9887ba4c1e 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -3535,7 +3535,7 @@ name: Apache Parquet
license_category: binary
module: extensions/druid-parquet-extensions
license_name: Apache License version 2.0
-version: 1.16.0
+version: 1.17.1
libraries:
- org.apache.parquet: parquet-avro
- org.apache.parquet: parquet-column
diff --git a/pom.xml b/pom.xml
index eaefd85a922..862a73c84f6 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.0</avro.version>
- <parquet.version>1.16.0</parquet.version>
+ <parquet.version>1.17.1</parquet.version>
<bytebuddy.version>1.18.5</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]