Skip to content

Commit 662af4f

Browse files
committed
---
yaml --- r: 3437 b: refs/heads/master c: fb3e663 h: refs/heads/master i: 3435: 4b377ba
1 parent 8f62a51 commit 662af4f

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 098ab65000525099b0af6f07c8a35128e909c5a6
2+
refs/heads/master: fb3e6638c6e2184ee5277aa7466d83f6491493f5
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b

trunk/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>

trunk/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)