This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 4cebcdd6ae Build: Bump to Parquet 1.17.1 (#16257)
4cebcdd6ae is described below
commit 4cebcdd6ae8b19607efd880870c61d553d318730
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue May 12 22:00:00 2026 +0200
Build: Bump to Parquet 1.17.1 (#16257)
* Build: Test out Parquet 1.17.1
* Update build.gradle
---------
Co-authored-by: Kevin Liu <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index d96a470943..db659dc06b 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -81,7 +81,7 @@ nessie = "0.107.5"
netty-buffer = "4.2.13.Final"
object-client-bundle = "3.3.2"
orc = "1.9.8"
-parquet = "1.17.0"
+parquet = "1.17.1"
roaringbitmap = "1.6.14"
scala-collection-compat = "2.14.0"
slf4j = "2.0.17"