This is an automated email from the ASF dual-hosted git repository.
fokko 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 046298f63b Bump to Parquet 1.17.0 (#14924)
046298f63b is described below
commit 046298f63bdfe3a6dc9d6cf6ed37223eda3ea6cc
Author: Fokko Driesprong <[email protected]>
AuthorDate: Wed Jan 14 11:06:38 2026 +0100
Bump to Parquet 1.17.0 (#14924)
* Bump to Parquet 1.17.0
* Remove staging
---
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 8fb929e367..e9e74643d9 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -79,7 +79,7 @@ nessie = "0.106.1"
netty-buffer = "4.2.9.Final"
object-client-bundle = "3.3.2"
orc = "1.9.8"
-parquet = "1.16.0"
+parquet = "1.17.0"
roaringbitmap = "1.3.0"
scala-collection-compat = "2.14.0"
slf4j = "2.0.17"