aboutsummaryrefslogtreecommitdiff
path: root/repositories.bzl
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 /repositories.bzl
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 'repositories.bzl')
-rw-r--r--repositories.bzl8
1 files changed, 4 insertions, 4 deletions
diff --git a/repositories.bzl b/repositories.bzl
index a98f75df5..717446d99 100644
--- a/repositories.bzl
+++ b/repositories.bzl
@@ -139,8 +139,8 @@ def com_google_protobuf():
native.http_archive(
name = "com_google_protobuf",
sha256 = "cef7f1b5a7c5fba672bec2a319246e8feba471f04dcebfe362d55930ee7c1c30",
- strip_prefix = "protobuf-3.5.0",
- urls = ["https://github.com/google/protobuf/archive/v3.5.0.zip"],
+ strip_prefix = "protobuf-3.5.1",
+ urls = ["https://github.com/google/protobuf/archive/v3.5.1.zip"],
)
def com_google_protobuf_java():
@@ -149,8 +149,8 @@ def com_google_protobuf_java():
native.http_archive(
name = "com_google_protobuf_java",
sha256 = "cef7f1b5a7c5fba672bec2a319246e8feba471f04dcebfe362d55930ee7c1c30",
- strip_prefix = "protobuf-3.5.0",
- urls = ["https://github.com/google/protobuf/archive/v3.5.0.zip"],
+ strip_prefix = "protobuf-3.5.1",
+ urls = ["https://github.com/google/protobuf/archive/v3.5.1.zip"],
)
def com_google_protobuf_nano_protobuf_javanano():