From 0650486dbb7709e9317068b36f7e5a1f7111667f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 30 Aug 2024 01:42:13 +0000 Subject: [PATCH] chore(deps): update dependency com_google_protobuf to v28 --- repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index 7a8b3c1a9..f970354f9 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -40,9 +40,9 @@ def gapic_generator_typescript_repositories(): maybe( http_archive, name = "com_google_protobuf", - sha256 = "af9236a5b5b0f641b20f5511c1e4527efa981ac91d7342c6b1033f4f03bc5d21", - strip_prefix = "protobuf-25.4", - urls = ["https://github.com/protocolbuffers/protobuf/archive/v25.4.tar.gz"], + sha256 = "13e7749c30bc24af6ee93e092422f9dc08491c7097efa69461f88eb5f61805ce", + strip_prefix = "protobuf-28.0", + urls = ["https://github.com/protocolbuffers/protobuf/archive/v28.0.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