This is an automated email from the ASF dual-hosted git repository.
snazy 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 2f7e8a67d fix(deps): update immutables to v2.11.2 (#2257)
2f7e8a67d is described below
commit 2f7e8a67d73f4128ebe79453549968863f39829b
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Aug 5 10:57:21 2025 +0200
fix(deps): update immutables to v2.11.2 (#2257)
---
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 071dbf854..13d7fce82 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -22,7 +22,7 @@ checkstyle = "10.25.0"
hadoop = "3.4.1"
iceberg = "1.9.2" # Ensure to update the iceberg version in regtests to keep
regtests up-to-date
quarkus = "3.25.0"
-immutables = "2.11.1"
+immutables = "2.11.2"
picocli = "4.7.7"
scala212 = "2.12.19"
spark35 = "3.5.6"