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 82cd41669 fix(deps): update quarkus platform and group to v3.25.4 (#2279) 82cd41669 is described below commit 82cd416697ff9927f667903ed41228f19d9a73b8 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Thu Aug 21 13:26:17 2025 +0200 fix(deps): update quarkus platform and group to v3.25.4 (#2279) --- 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 05f5703f2..a655b89cb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ checkstyle = "10.25.0" hadoop = "3.4.1" hive = "3.1.3" iceberg = "1.9.2" # Ensure to update the iceberg version in regtests to keep regtests up-to-date -quarkus = "3.25.0" +quarkus = "3.25.4" immutables = "2.11.3" picocli = "4.7.7" scala212 = "2.12.19"