diff --git a/WORKSPACE b/WORKSPACE index ed8ded853..d44b91860 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 = "25f1292d4ea6666f460a2a30038eef121e6c3937ae0f61d610611dfb14b0bd32", + strip_prefix = "protobuf-3.19.1", + urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.19.1.zip"], ) http_archive(