Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 7, 2023
1 parent ae910cc commit 26ad600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ switched_rules_by_language(name = "com_google_googleapis_imports", grpc = True)
#
http_archive(
name = "com_google_protobuf",
sha256 = "e268a2886d6015f2febef162c76029f482fd36c38680a2bf6f6d00499fd68d00",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.23.3.zip"],
strip_prefix = "protobuf-3.23.3",
sha256 = "e09464e513fdf77f3d0e8ba4509099a52134382e6c2fbc32a185095bbcb2e03b",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.23.4.zip"],
strip_prefix = "protobuf-3.23.4",
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()
Expand Down

0 comments on commit 26ad600

Please sign in to comment.