We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b1e59d + 3d878b4 commit ec00122Copy full SHA for ec00122
gcs-sink-connector/build.gradle.kts
@@ -80,7 +80,7 @@ dependencies {
80
81
implementation(project(":commons"))
82
83
- implementation("com.google.cloud:google-cloud-storage:2.37.0") {
+ implementation("com.google.cloud:google-cloud-storage:2.42.0") {
84
exclude(group = "com.google.guava", module = "guava")
85
}
86
// TODO: document why specific version of guava is required
0 commit comments