diff --git a/WORKSPACE b/WORKSPACE index e19c97a2eefb078a3ee526a70e2bdddc0bd876f0..a719665d04b3bc6b768258c0aebca6c343595032 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -13,11 +13,11 @@ encrypt_opencl_kernel_repository(name = "local_opencl_kernel_encrypt") # This statement defines the @com_google_protobuf repo. http_archive( name = "com_google_protobuf", - sha256 = "542703acadc3f690d998f4641e1b988f15ba57ebca05fdfb1cd9095bec007948", - strip_prefix = "protobuf-3.4.0", + sha256 = "d7a221b3d4fb4f05b7473795ccea9e05dab3b8721f6286a95fffbffc2d926f8b", + strip_prefix = "protobuf-3.6.1", urls = [ - "https://cnbj1.fds.api.xiaomi.com/mace/third-party/protobuf/protobuf-3.4.0.zip", - "https://github.com/google/protobuf/archive/v3.4.0.zip", + "https://cnbj1.fds.api.xiaomi.com/mace/third-party/protobuf/protobuf-3.6.1.zip", + "https://github.com/google/protobuf/archive/v3.6.1.zip", ], )