Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.21.7 (f0rmig…
Browse files Browse the repository at this point in the history
…a#91)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2022
1 parent 591a1a6 commit dd61a7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ def internal_dependencies():
maybe(
http_archive,
name = "com_google_protobuf",
sha256 = "85d42d4485f36f8cec3e475a3b9e841d7d78523cd775de3a86dba77081f4ca25",
strip_prefix = "protobuf-3.21.4",
sha256 = "ce2fbea3c78147a41b2a922485d283137845303e5e1b6cbd7ece94b96ade7031",
strip_prefix = "protobuf-3.21.7",
urls = [
"https://github.com/protocolbuffers/protobuf/archive/v3.21.4.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/v3.21.7.tar.gz",
],
)

Expand Down

0 comments on commit dd61a7b

Please sign in to comment.