From 04e3476a271f5e539639cfb363bda41a28280237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:58:13 +0100 Subject: [PATCH] build(deps): bump com.google.cloud:libraries-bom from 26.51.0 to 26.53.0 (#255) Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.51.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.51.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 482aebf..1d2b407 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ awaitility = "4.2.0" failsafe = "3.3.1" googleApiGax = "2.59.1" googleApisIam = "v2-rev20240108-2.0.0" -googleCloudBom = "26.51.0" +googleCloudBom = "26.53.0" identityhub = "0.3.1" junit = "5.11.3" restAssured = "5.5.0"