aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2017-11-30 11:50:19 -0800
committerGitHub <noreply@github.com>2017-11-30 11:50:19 -0800
commitaee5fc4176d7ee9c9ed70e9aa656d842739490fc (patch)
treee38ed04b0b4af9a16e54951f596b4897f0eae10b /README.md
parentd080bae2a144cfeaec9701392a8d7f39bfc34acb (diff)
downloadgrpc-grpc-java-aee5fc4176d7ee9c9ed70e9aa656d842739490fc.tar.gz
all: update to proto 3.5.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 777fca63c..d73de63c1 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.5.0</version>
<configuration>
- <protocArtifact>com.google.protobuf:protoc:3.4.0:exe:${os.detected.classifier}</protocArtifact>
+ <protocArtifact>com.google.protobuf:protoc:3.5.0:exe:${os.detected.classifier}</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.8.0:exe:${os.detected.classifier}</pluginArtifact>
</configuration>
@@ -123,7 +123,7 @@ buildscript {
protobuf {
protoc {
- artifact = "com.google.protobuf:protoc:3.4.0"
+ artifact = "com.google.protobuf:protoc:3.5.0"
}
plugins {
grpc {