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 c6ee5219e fix(deps): update quarkus platform and group to v3.30.4
(#3291)
c6ee5219e is described below
commit c6ee5219e7d31f629bbbbed3cad2bc2b3622ac90
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Dec 17 18:46:37 2025 +0000
fix(deps): update quarkus platform and group to v3.30.4 (#3291)
---
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 1de090673..5f5dcf916 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.30.3"
+quarkus = "3.30.4"
immutables = "2.12.0"
jmh = "1.37"
picocli = "4.7.7"