Skip to content

Commit

Permalink
Merge pull request #868: [proxima-direct-io-pubsub] bump pubsub clien…
Browse files Browse the repository at this point in the history
…t library
  • Loading branch information
je-ik authored Jan 15, 2024
2 parents 446ccbe + e660fa0 commit 5165409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions direct/io-pubsub/shade/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ plugins {
}

dependencies {
intoShadow('com.google.cloud:google-cloud-pubsub:1.101.0') {
intoShadow('com.google.cloud:google-cloud-pubsub:1.125.13') {
exclude group: "com.google.code.findbugs", module: "jsr305"
exclude group: "org.checkerframework", module: "checker-compat-qual"
exclude group: "com.google.errorprone", module: "error_prone_annotations"
exclude group: "com.google.j2objc", module: "j2objc-annotations"
exclude group: "javax.annotation", module: "javax.annotation-api"
}
intoShadow('com.google.protobuf:protobuf-java:3.21.12') {
intoShadow('com.google.protobuf:protobuf-java:3.25.2') {
exclude group: "com.google.code.findbugs", module: "jsr305"
exclude group: "org.checkerframework", module: "checker-compat-qual"
exclude group: "com.google.errorprone", module: "error_prone_annotations"
Expand Down

0 comments on commit 5165409

Please sign in to comment.