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 79b9ce871 fix(deps): update quarkus platform and group to v3.24.4
(#2128)
79b9ce871 is described below
commit 79b9ce871b2dc3b7566f887b3c802c4eae0f25a6
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Jul 18 08:00:29 2025 +0200
fix(deps): update quarkus platform and group to v3.24.4 (#2128)
---
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 406de10f2..2f077efc8 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -21,7 +21,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.24.3"
+quarkus = "3.24.4"
immutables = "2.11.1"
picocli = "4.7.7"
scala212 = "2.12.19"