Skip to content

Commit

Permalink
Bump protobuf java to 3.6.0 (#3449)
Browse files Browse the repository at this point in the history
Artman uses protoc v3.6.0 (see Dockerfile) to generate the proto and grpc libraries.
  • Loading branch information
andreamlin authored Jul 11, 2018
1 parent 02a7b13 commit 53c155f
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.5.1</version>
<version>3.6.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 @@ -162,7 +162,7 @@
<nettyssl.version>2.0.7.Final</nettyssl.version>
<guava.version>20.0</guava.version>
<http-client.version>1.23.0</http-client.version>
<protobuf.version>3.5.1</protobuf.version>
<protobuf.version>3.6.0</protobuf.version>
<opencensus.version>0.12.3</opencensus.version>
<!-- test dependency versions -->
<easymock.version>3.4</easymock.version>
Expand Down

0 comments on commit 53c155f

Please sign in to comment.