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 d2bc708b4 Update dependency com.google.cloud:google-cloud-storage-bom to v2.57.0 (#2529) d2bc708b4 is described below commit d2bc708b4288ce347847f836aa560ce6ab165f15 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Wed Sep 10 06:17:21 2025 +0200 Update dependency com.google.cloud:google-cloud-storage-bom to v2.57.0 (#2529) --- 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 24e766c3b..df9d7709c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -50,7 +50,7 @@ commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.18.0 commons-text = { module = "org.apache.commons:commons-text", version = "1.14.0" } eclipselink = { module = "org.eclipse.persistence:eclipselink", version = "4.0.7" } errorprone = { module = "com.google.errorprone:error_prone_core", version = "2.41.0" } -google-cloud-storage-bom = { module = "com.google.cloud:google-cloud-storage-bom", version = "2.56.0" } +google-cloud-storage-bom = { module = "com.google.cloud:google-cloud-storage-bom", version = "2.57.0" } guava = { module = "com.google.guava:guava", version = "33.4.8-jre" } h2 = { module = "com.h2database:h2", version = "2.3.232" } dnsjava = { module = "dnsjava:dnsjava", version = "3.6.3" }