From f494edb889611cfb9a57f1cb4586468c4a768b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:46:27 +0000 Subject: [PATCH] chore(deps): bump com.google.cloud:libraries-bom from 26.52.0 to 26.53.0 Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.52.0 to 26.53.0. - [Release notes](https://github.com/googleapis/java-cloud-bom/releases) - [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json) - [Commits](https://github.com/googleapis/java-cloud-bom/compare/v26.52.0...v26.53.0) --- updated-dependencies: - dependency-name: com.google.cloud:libraries-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- platform/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/build.gradle b/platform/build.gradle index 9f7a6c43b66..88e30043d59 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -31,7 +31,7 @@ dependencies { api platform("io.micronaut.platform:micronaut-platform:4.7.3") api platform("io.qameta.allure:allure-bom:2.29.1") // we define cloud bom here for GCP, Azure and AWS so they are aligned for all plugins that use them (secret, storage, oss and ee plugins) - api platform('com.google.cloud:libraries-bom:26.52.0') + api platform('com.google.cloud:libraries-bom:26.53.0') api platform("com.azure:azure-sdk-bom:1.2.30") api platform('software.amazon.awssdk:bom:2.29.37')