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 cadda89b main: Update quarkus to v3.19.1 (#1042)
cadda89b is described below
commit cadda89b8982f800aafbfecf32a268b7d20ea78d
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Mar 3 09:59:30 2025 +0100
main: Update quarkus to v3.19.1 (#1042)
---
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 f02dcb4d..c123736c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -20,7 +20,7 @@
[versions]
hadoop = "3.4.1"
iceberg = "1.7.1"
-quarkus = "3.18.4"
+quarkus = "3.19.1"
immutables = "2.10.1"
picocli = "4.7.6"
scala212 = "2.12.19"