Skip to content

Commit

Permalink
Merge pull request #284 from Aiven-Open/dependabot/gradle/com.google.…
Browse files Browse the repository at this point in the history
…cloud-google-cloud-storage-2.42.0

chore(deps): bump com.google.cloud:google-cloud-storage from 2.37.0 to 2.42.0
  • Loading branch information
jjaakola-aiven authored Sep 18, 2024
2 parents 6b1e59d + 3d878b4 commit ec00122
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 ec00122

Please sign in to comment.