Skip to content

Commit

Permalink
Upgrade protobuf version to 3.7.0. (#4819)
Browse files Browse the repository at this point in the history
* Upgrade protobuf version to 3.7.0.

* Upgrade protobuf version to 3.7.1.

* Upgrade protobuf version to 3.7.0.
  • Loading branch information
kolea2 authored Mar 29, 2019
1 parent 9be6dca commit 0d607f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-api-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<guava.version>27.1-android</guava.version>
<http-client-bom.version>1.29.0</http-client-bom.version>
<oauth-client.version>1.28.0</oauth-client.version>
<protobuf.version>3.6.1</protobuf.version>
<protobuf.version>3.7.0</protobuf.version>
<!-- make sure to keep opencensus version in sync with grpc -->
<opencensus.version>0.18.0</opencensus.version>
<!-- test dependency versions -->
Expand Down

0 comments on commit 0d607f9

Please sign in to comment.