aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-11-22 13:28:38 -0800
committerGravatar Mehrdad Afshari <mmx@google.com>2017-11-24 17:56:04 -0800
commit28661ea6e189fc03fdcf9f6a0f6f15e40c916d08 (patch)
tree45216dccaa71053054af83589e3925de1d797345 /WORKSPACE
parent6fc02c6a2b9697cf53975459f091b14754e04d0e (diff)
Bump third_party/protobuf submodule to v3.5.0
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 6df24e9c2f..cead0bc877 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -73,8 +73,8 @@ new_http_archive(
http_archive(
name = "com_google_protobuf",
- strip_prefix = "protobuf-80a37e0782d2d702d52234b62dd4b9ec74fd2c95",
- url = "https://github.com/google/protobuf/archive/80a37e0782d2d702d52234b62dd4b9ec74fd2c95.tar.gz",
+ strip_prefix = "protobuf-2761122b810fe8861004ae785cc3ab39f384d342",
+ url = "https://github.com/google/protobuf/archive/2761122b810fe8861004ae785cc3ab39f384d342.tar.gz",
)
new_http_archive(