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 6af0deb7a main: Update Quarkus Platform and Group to v3.21.1 (#1291) 6af0deb7a is described below commit 6af0deb7acebd9f2f2da14cfb60f8f35d254fe37 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Tue Apr 8 09:29:22 2025 +0200 main: Update Quarkus Platform and Group to v3.21.1 (#1291) --- 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 84bf77527..180b87fb6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ [versions] hadoop = "3.4.1" iceberg = "1.8.1" # Ensure to update the iceberg version in regtests to keep regtests up-to-date -quarkus = "3.19.4" +quarkus = "3.21.1" immutables = "2.10.1" picocli = "4.7.6" scala212 = "2.12.19"