aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-02 08:45:08 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-07 14:28:41 +0200
commitcbb9feea012e8946c19fd2cf2055a62a56d63184 (patch)
tree4c4d043d083654a3292dfe9b9da0c4b6bbde4c13 /bazel
parent50b684a6b6b07a93dad34b02fd3a1040e584a882 (diff)
upgrade protobuf in grpc_deps.bzl to v3.6.1
Diffstat (limited to 'bazel')
-rw-r--r--bazel/grpc_deps.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl
index faac0c1821..d7519b1453 100644
--- a/bazel/grpc_deps.bzl
+++ b/bazel/grpc_deps.bzl
@@ -116,8 +116,8 @@ def grpc_deps():
if "com_google_protobuf" not in native.existing_rules():
native.http_archive(
name = "com_google_protobuf",
- strip_prefix = "protobuf-ab8edf1dbe2237b4717869eaab11a2998541ad8d",
- url = "https://github.com/google/protobuf/archive/ab8edf1dbe2237b4717869eaab11a2998541ad8d.tar.gz",
+ strip_prefix = "protobuf-48cb18e5c419ddd23d9badcfe4e9df7bde1979b2",
+ url = "https://github.com/google/protobuf/archive/48cb18e5c419ddd23d9badcfe4e9df7bde1979b2.tar.gz",
)
if "com_github_nanopb_nanopb" not in native.existing_rules():