Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.21.3 (#2805)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 21, 2022
1 parent 4374803 commit f660dd4
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 = "66e1156ac78290db81335c79d1fc5a54123ebb62a43eb2e5b42a44ca23087517",
strip_prefix = "protobuf-3.21.2",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.2.tar.gz"],
sha256 = "c29d8b4b79389463c546f98b15aa4391d4ed7ec459340c47bffe15db63eb9126",
strip_prefix = "protobuf-3.21.3",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.3.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit f660dd4

Please sign in to comment.