Skip to content

Commit 6955469

Browse files
authored
bump proto version (#3718)
1 parent 9ab7770 commit 6955469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google-api-grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>com.google.protobuf</groupId>
9797
<artifactId>protobuf-java</artifactId>
98-
<version>3.6.0</version>
98+
<version>3.6.1</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>io.grpc</groupId>

google-cloud-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<nettyssl.version>2.0.7.Final</nettyssl.version>
163163
<guava.version>20.0</guava.version>
164164
<http-client.version>1.24.1</http-client.version>
165-
<protobuf.version>3.6.0</protobuf.version>
165+
<protobuf.version>3.6.1</protobuf.version>
166166
<opencensus.version>0.15.0</opencensus.version>
167167
<!-- test dependency versions -->
168168
<easymock.version>3.4</easymock.version>

0 commit comments

Comments
 (0)