diff --git a/generator/gapic-generator-typescript/repositories.bzl b/generator/gapic-generator-typescript/repositories.bzl index 8a58d3317..53e8a83ee 100644 --- a/generator/gapic-generator-typescript/repositories.bzl +++ b/generator/gapic-generator-typescript/repositories.bzl @@ -40,9 +40,9 @@ def gapic_generator_typescript_repositories(): maybe( http_archive, name = "com_google_protobuf", - sha256 = "79cc6d09d02706c5a73e900ea842b5b3dae160f371b6654774947fe781851423", - strip_prefix = "protobuf-27.5", - urls = ["https://github.com/protocolbuffers/protobuf/archive/v27.5.tar.gz"], + sha256 = "eb671d900b05d8e17f4cd6ca61bfcc60770d209af1a289cb1a200815d6b621ae", + strip_prefix = "protobuf-33.2", + urls = ["https://github.com/protocolbuffers/protobuf/archive/v33.2.tar.gz"], ) # This is the version of Node.js that would run the generator, it's unrelated to the versions supported by the generated libraries NODE_VERSION = "18.12.1" # https://github.com/bazelbuild/rules_nodejs/blob/stable/nodejs/private/node_versions.bzl