Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 18, 2024
1 parent 65587de commit 14256a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel_example/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "com_google_protobuf",
sha256 = "f7042d540c969b00db92e8e1066a9b8099c8379c33f40f360eb9e1d98a36ca26",
strip_prefix = "protobuf-3.21.12",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.12.zip"],
sha256 = "bdaf8099f43c6143e1e68e45eea09aa975f7c3198a85d0dd5bce09f9c86a24aa",
strip_prefix = "protobuf-3.29.2",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.29.2.zip"],
)

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
Expand Down

0 comments on commit 14256a4

Please sign in to comment.