diff --git a/WORKSPACE b/WORKSPACE index 636cb4cc57..1578608e19 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -28,9 +28,9 @@ http_archive( http_archive( name = "com_google_protobuf", - sha256 = "1c744a6a1f2c901e68c5521bc275e22bdc66256eeb605c2781923365b7087e5f", - strip_prefix = "protobuf-3.13.0", - urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.13.0.zip"], + sha256 = "2246969a37311ad64becfe08c43979ed85351456aedefa3b9985e9ac114c7d67", + strip_prefix = "protobuf-3.15.4", + urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.4.zip"], ) http_archive(