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 103e72aee main: Update dependency io.quarkus to v3.21.2 (#1344) 103e72aee is described below commit 103e72aee9a3a702a82dd953df51a15690d1b06d Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Wed Apr 9 16:27:41 2025 +0200 main: Update dependency io.quarkus to v3.21.2 (#1344) --- 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 514bd0cc5..c91f10f9c 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.21.1" +quarkus = "3.21.2" immutables = "2.10.1" picocli = "4.7.6" scala212 = "2.12.19"