Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 27, 2022
1 parent 0de16aa commit dca9acb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
# Define before rules_proto, otherwise we receive the version of com_google_protobuf from there
http_archive(
name = "com_google_protobuf",
sha256 = "e644f9c50997b9a20ef363783d644c13be39ee330077b74aeb2a5ca680f966e9",
strip_prefix = "protobuf-3.21.0",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.0.tar.gz"],
sha256 = "6cec96cd159aae33aa519a4ec7114b6433e13289bec7acd160bacebdcb3cad85",
strip_prefix = "protobuf-3.21.1",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.1.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit dca9acb

Please sign in to comment.