Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 30, 2024
1 parent e3279ca commit 0650486
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0650486

Please sign in to comment.