Skip to content

Commit fb3e663

Browse files
committed
Update grpc-related dependencies, remove gax dependency from pubsub
1 parent 098ab65 commit fb3e663

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

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>

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)