Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 12, 2024
1 parent 330a3a2 commit 0e153f7
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 = "46a67f62eb344ea3a14e08b5ca82de63c1b54bf4a44d03fa8c5143ce76e23c47",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.25.2.zip"],
strip_prefix = "protobuf-3.25.2",
sha256 = "ddd0f5271f31b549efc74eb39061e142132653d5d043071fcec265bd571e73c4",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v25.2.zip"],
strip_prefix = "protobuf-25.2",
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()
Expand Down

0 comments on commit 0e153f7

Please sign in to comment.