Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 26, 2022
1 parent 5c1af9f commit ae25065
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 = "c29d8b4b79389463c546f98b15aa4391d4ed7ec459340c47bffe15db63eb9126",
strip_prefix = "protobuf-3.21.3",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.3.tar.gz"],
sha256 = "85d42d4485f36f8cec3e475a3b9e841d7d78523cd775de3a86dba77081f4ca25",
strip_prefix = "protobuf-3.21.4",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.4.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit ae25065

Please sign in to comment.