Skip to content

Commit f93d39d

Browse files
committed
---
yaml --- r: 7375 b: refs/heads/tswast-patch-1 c: fb3e663 h: refs/heads/master i: 7373: 93a2a41 7371: 07a972d 7367: c217af2 7359: d5a8982
1 parent d8cd14a commit f93d39d

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 098ab65000525099b0af6f07c8a35128e909c5a6
60+
refs/heads/tswast-patch-1: fb3e6638c6e2184ee5277aa7466d83f6491493f5
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@
101101
<dependency>
102102
<groupId>com.google.protobuf</groupId>
103103
<artifactId>protobuf-java</artifactId>
104-
<version>3.0.0-beta-1</version>
104+
<version>3.0.0-beta-3</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>com.google.api</groupId>
108108
<artifactId>gax</artifactId>
109-
<version>0.0.11</version>
109+
<version>0.0.13</version>
110110
</dependency>
111111
</dependencies>
112112
</project>

branches/tswast-patch-1/gcloud-java-pubsub/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
<artifactId>gcloud-java-core</artifactId>
2828
<version>${project.version}</version>
2929
</dependency>
30-
<dependency>
31-
<groupId>com.google.api</groupId>
32-
<artifactId>gax</artifactId>
33-
<version>0.0.13</version>
34-
</dependency>
3530
<dependency>
3631
<groupId>com.google.api.grpc</groupId>
3732
<artifactId>grpc-pubsub-v1</artifactId>
@@ -40,7 +35,7 @@
4035
<dependency>
4136
<groupId>io.grpc</groupId>
4237
<artifactId>grpc-all</artifactId>
43-
<version>0.14.0</version>
38+
<version>0.14.1</version>
4439
</dependency>
4540
<dependency>
4641
<groupId>com.google.auto.value</groupId>

0 commit comments

Comments
 (0)