Skip to content

Commit

Permalink
bump proto version (#3718)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihanzhen authored Sep 21, 2018
1 parent 9ab7770 commit 6955469
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 @@ -95,7 +95,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.6.0</version>
<version>3.6.1</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 @@ -162,7 +162,7 @@
<nettyssl.version>2.0.7.Final</nettyssl.version>
<guava.version>20.0</guava.version>
<http-client.version>1.24.1</http-client.version>
<protobuf.version>3.6.0</protobuf.version>
<protobuf.version>3.6.1</protobuf.version>
<opencensus.version>0.15.0</opencensus.version>
<!-- test dependency versions -->
<easymock.version>3.4</easymock.version>
Expand Down

0 comments on commit 6955469

Please sign in to comment.