Skip to content

Commit b59fcd7

Browse files
author
Elliotte Rusty Harold
committed
try gRPC 1.20.0
1 parent 909b0e8 commit b59fcd7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

google-api-grpc/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,18 @@
104104
<dependency>
105105
<groupId>com.google.protobuf</groupId>
106106
<artifactId>protobuf-java</artifactId>
107-
<version>3.7.0</version>
107+
<version>3.7.1</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>io.grpc</groupId>
111111
<artifactId>grpc-stub</artifactId>
112-
<version>1.19.0</version>
112+
<version>1.20.0</version>
113113
<scope>compile</scope>
114114
</dependency>
115115
<dependency>
116116
<groupId>io.grpc</groupId>
117117
<artifactId>grpc-protobuf</artifactId>
118-
<version>1.19.0</version>
118+
<version>1.20.0</version>
119119
<scope>compile</scope>
120120
</dependency>
121121
<dependency>

google-cloud-clients/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@
159159
<gax.version>1.44.0</gax.version>
160160
<api.common.java.version>1.7.0</api.common.java.version>
161161
<google.auth.version>0.15.0</google.auth.version>
162-
<grpc.version>1.19.0</grpc.version>
162+
<grpc.version>1.20.0</grpc.version>
163163
<!-- We are currently using the *-android version to support JDK7. -->
164164
<guava.version>27.1-android</guava.version>
165165
<http-client-bom.version>1.29.0</http-client-bom.version>
166166
<oauth-client.version>1.28.0</oauth-client.version>
167-
<protobuf.version>3.7.0</protobuf.version>
167+
<protobuf.version>3.7.1</protobuf.version>
168168
<!-- make sure to keep opencensus version in sync with grpc -->
169169
<opencensus.version>0.19.2</opencensus.version>
170170
<!-- test dependency versions -->

0 commit comments

Comments
 (0)