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 2021e4f9a fix(deps): update dependency org.apache.iceberg:iceberg-bom to v1.9.2 (#2126) 2021e4f9a is described below commit 2021e4f9ab6b6f824a61eda377986562580c733c Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Fri Jul 18 03:46:28 2025 +0200 fix(deps): update dependency org.apache.iceberg:iceberg-bom to v1.9.2 (#2126) --- 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 614da62a3..406de10f2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ [versions] checkstyle = "10.25.0" hadoop = "3.4.1" -iceberg = "1.9.1" # Ensure to update the iceberg version in regtests to keep regtests up-to-date +iceberg = "1.9.2" # Ensure to update the iceberg version in regtests to keep regtests up-to-date quarkus = "3.24.3" immutables = "2.11.1" picocli = "4.7.7"