We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be6dca commit 0d607f9Copy full SHA for 0d607f9
2 files changed
google-api-grpc/pom.xml
@@ -103,7 +103,7 @@
103
<dependency>
104
<groupId>com.google.protobuf</groupId>
105
<artifactId>protobuf-java</artifactId>
106
- <version>3.6.1</version>
+ <version>3.7.0</version>
107
</dependency>
108
109
<groupId>io.grpc</groupId>
google-cloud-clients/pom.xml
@@ -163,7 +163,7 @@
163
<guava.version>27.1-android</guava.version>
164
<http-client-bom.version>1.29.0</http-client-bom.version>
165
<oauth-client.version>1.28.0</oauth-client.version>
166
- <protobuf.version>3.6.1</protobuf.version>
+ <protobuf.version>3.7.0</protobuf.version>
167
<!-- make sure to keep opencensus version in sync with grpc -->
168
<opencensus.version>0.18.0</opencensus.version>
169
<!-- test dependency versions -->
0 commit comments