Skip to content

Commit

Permalink
Merge pull request #820 from shinfan/pubsub-alpha
Browse files Browse the repository at this point in the history
Update the grpc dependency of pubsub java.
  • Loading branch information
aozarov committed Mar 30, 2016
2 parents 732163e + 24328ed commit 564f181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcloud-java-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-pubsub-v1</artifactId>
<version>0.0.0</version>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
<version>0.9.0</version>
<version>0.12.0</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
Expand Down

0 comments on commit 564f181

Please sign in to comment.