aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorKun Zhang <zhangkun83@users.noreply.github.com>2018-01-05 16:40:20 -0800
committerGitHub <noreply@github.com>2018-01-05 16:40:20 -0800
commit86d64122e5fa440827028db735a0cba938f8464f (patch)
treecd9f76ad60c49b1153012d0bc14f7d11d6f71736 /build.gradle
parent5aed25210588b621bb040ce64a138a54d68dd08a (diff)
downloadgrpc-grpc-java-86d64122e5fa440827028db735a0cba938f8464f.tar.gz
Upgrade to Protobuf 3.5.1 and Protoc 3.5.1-1. (#3921)
protoc-3.5.0-linux-x86_64 introduced GLIBC_2.14 dependency and broke gRPC release process (https://github.com/google/protobuf/issues/4138). 3.5.1-1 is the proper re-build.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 40ef909d7..ac71a0149 100644
--- a/build.gradle
+++ b/build.gradle
@@ -98,8 +98,8 @@ subprojects {
nettyVersion = '4.1.17.Final'
guavaVersion = '19.0'
- protobufVersion = '3.5.0'
- protocVersion = protobufVersion
+ protobufVersion = '3.5.1'
+ protocVersion = '3.5.1-1'
protobufNanoVersion = '3.0.0-alpha-5'
configureProtoCompilation = {