Skip to content

Commit 24328ed

Browse files
committed
Update the grpc dependency of pubsub java.
1 parent 489aca2 commit 24328ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gcloud-java-pubsub/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
<dependency>
2727
<groupId>com.google.api.grpc</groupId>
2828
<artifactId>grpc-pubsub-v1</artifactId>
29-
<version>0.0.0</version>
29+
<version>0.0.2</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>io.grpc</groupId>
3333
<artifactId>grpc-all</artifactId>
34-
<version>0.9.0</version>
34+
<version>0.12.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.google.auto.value</groupId>

0 commit comments

Comments
 (0)