From 1c0ce9eec272a3c41350b535ac1cc97acba3a9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 07:35:15 +0100 Subject: [PATCH] build(deps): bump com.google.cloud:google-cloud-storage from 2.26.0 to 2.30.1 (#89) build(deps): bump com.google.cloud:google-cloud-storage Bumps [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) from 2.26.0 to 2.30.1. - [Release notes](https://github.com/googleapis/java-storage/releases) - [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/java-storage/compare/v2.26.0...v2.30.1) --- updated-dependencies: - dependency-name: com.google.cloud:google-cloud-storage 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 6ca97dc..dff7b00 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ edc = "0.4.2-SNAPSHOT" failsafe = "3.3.1" googleCloudIamAdmin = "3.19.0" googleCloudIamCredentials = "2.24.0" -googleCloudStorage = "2.26.0" +googleCloudStorage = "2.30.1" googleCloudSecretManager = "2.24.0" googleCloudCore = "2.28.0"