Skip to content

Commit

Permalink
chore(deps): bump com.google.cloud:google-cloud-storage in /storage
Browse files Browse the repository at this point in the history
Bumps [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) from 2.32.1 to 2.33.0.
- [Release notes](https://github.com/googleapis/java-storage/releases)
- [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-storage@v2.32.1...v2.33.0)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 2630bef commit 5feb36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
implementation(kotlin("reflect"))
implementation("com.google.cloud:google-cloud-storage:2.32.1")
implementation("com.google.cloud:google-cloud-storage:2.33.0")
testImplementation("junit:junit:4.13.2")
// see: https://github.com/googleapis/sdk-platform-java/pull/1832
modules {
Expand Down

0 comments on commit 5feb36b

Please sign in to comment.