This is an automated email from the ASF dual-hosted git repository.
singhpk234 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 99b1c246f fix(deps): update quarkus platform and group to v3.29.2
(#3013)
99b1c246f is described below
commit 99b1c246ff4d946f92ba35725ac1ac28b22b877a
Author: Mend Renovate <[email protected]>
AuthorDate: Sat Nov 8 22:36:40 2025 +0000
fix(deps): update quarkus platform and group to v3.29.2 (#3013)
---
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 e04a7e6f9..69f21a65f 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -22,7 +22,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
-quarkus = "3.29.1"
+quarkus = "3.29.2"
immutables = "2.11.6"
jmh = "1.37"
picocli = "4.7.7"