Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into grpc_channel
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf authored Jul 29, 2021
2 parents 7efa9a7 + 25a23db commit 7a017cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
compile project(':gax-grpc')
compile "io.grpc:grpc-netty:${libraries['version.io_grpc']}"
compile 'com.google.api.grpc:grpc-google-cloud-bigtable-v2:1.27.2'
compile 'com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.95.4'
compile 'com.google.api.grpc:grpc-google-cloud-pubsub-v1:1.95.5'
}

// Allow command line to target specific test
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 7a017cc

Please sign in to comment.