From ceecdb6b6d9e5b1a34260e8be6cbf80eadfbbc2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:10:45 +0100 Subject: [PATCH] build(deps): bump com.google.cloud:libraries-bom from 26.49.0 to 26.50.0 (#240) Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.49.0 to 26.50.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.49.0...v26.50.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 45a3fbc..02cf984 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.57.0" googleApisIam = "v2-rev20240108-2.0.0" -googleCloudBom = "26.49.0" +googleCloudBom = "26.50.0" identityhub = "0.3.1" junit = "5.11.3" restAssured = "5.5.0"