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 58ff2fc90 fix(deps): update immutables to v2.12.1 (#3368)
58ff2fc90 is described below
commit 58ff2fc90bc8ebb2d28f9538e9b02c99345b52a2
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Jan 7 10:26:57 2026 +0000
fix(deps): update immutables to v2.12.1 (#3368)
---
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 3ee369a8d..10e9a6425 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -23,7 +23,7 @@ hadoop = "3.4.2"
hive = "3.1.3"
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"
+immutables = "2.12.1"
jmh = "1.37"
picocli = "4.7.7"
scala212 = "2.12.19"