Skip to content

Commit

Permalink
chore(deps): bump com.google.cloud:google-cloud-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.37.0 to 2.42.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.37.0...v2.42.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 2b8c441 commit 3d878b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcs-sink-connector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {

implementation(project(":commons"))

implementation("com.google.cloud:google-cloud-storage:2.37.0") {
implementation("com.google.cloud:google-cloud-storage:2.42.0") {
exclude(group = "com.google.guava", module = "guava")
}
// TODO: document why specific version of guava is required
Expand Down

0 comments on commit 3d878b4

Please sign in to comment.