Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 5, 2023
1 parent 3188c8a commit 6562651
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 = "9f47ba30e0db51bf58d4fdfbdedebefa8bf9b27be5a676db9336ebf623c89f9a",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v23.4.zip"],
strip_prefix = "protobuf-23.4",
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()
Expand Down

0 comments on commit 6562651

Please sign in to comment.