Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 18, 2023
1 parent c651246 commit 06b1512
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 = "e98645295639cc06300877d6770e8c5c14259c10c2d3e9b3fb9a9c15ca5f8300",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.24.0.zip"],
strip_prefix = "protobuf-3.24.0",
sha256 = "940f1153b31712c1af830ce9a941217f1e7f2971c8376bf7ad0b1841d33c6d6e",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.24.1.zip"],
strip_prefix = "protobuf-3.24.1",
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()
Expand Down

0 comments on commit 06b1512

Please sign in to comment.