This is an automated email from the ASF dual-hosted git repository.
dimas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 453e7d8a3 fix(deps): update dependency org.apache.iceberg:iceberg-bom
to v1.10.1 (#3317)
453e7d8a3 is described below
commit 453e7d8a35ceef00054e2a5dc25503e2c1b4290a
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Jan 2 13:56:16 2026 +0000
fix(deps): update dependency org.apache.iceberg:iceberg-bom to v1.10.1
(#3317)
---
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 b18d3f0ca..49f964c24 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -21,7 +21,7 @@
checkstyle = "10.25.0"
hadoop = "3.4.2"
hive = "3.1.3"
-iceberg = "1.10.0" # Ensure to update the iceberg version in regtests to keep
regtests up-to-date
+iceberg = "1.10.1" # Ensure to update the iceberg version in regtests to keep
regtests up-to-date
quarkus = "3.30.5"
immutables = "2.12.0"
jmh = "1.37"