diff --git a/WORKSPACE b/WORKSPACE index 35d5e77..927fef1 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -33,9 +33,9 @@ http_archive( http_archive( name = "com_google_protobuf", - sha256 = "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a", - strip_prefix = "protobuf-28.3", - url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.3.tar.gz", + sha256 = "d2081ab9528292f7980ef2d88d2be472453eea4222141046ad4f660874d5f24e", + strip_prefix = "protobuf-32.1", + url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v32.1.tar.gz", ) http_archive(