This is an automated email from the ASF dual-hosted git repository.
xiangfu0 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 7712e67bc9c Bump parquet.version from 1.18.0 to 1.18.1 (#19492)
7712e67bc9c is described below
commit 7712e67bc9cbcfcb1d6e21f31a73e1e93cfa329b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 8 01:31:17 2026 -0700
Bump parquet.version from 1.18.0 to 1.18.1 (#19492)
Bumps `parquet.version` from 1.18.0 to 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)
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)
---
updated-dependencies:
- dependency-name: org.apache.parquet:parquet-avro
dependency-version: 1.18.1
dependency-type: direct:production
update-type: version-update:semver-patch
- 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
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8cae52b458e..3365a352251 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@
<arrow.version>19.0.0</arrow.version>
<avro.version>1.12.2</avro.version>
<bson.version>5.11.0</bson.version>
- <parquet.version>1.18.0</parquet.version>
+ <parquet.version>1.18.1</parquet.version>
<orc.version>1.9.9</orc.version>
<hive.version>4.2.1</hive.version>
<helix.version>2.0.1</helix.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]