Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 19, 2023
1 parent 9f5f713 commit 42280e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ bazel_skylib_workspace()

http_archive(
name = "com_google_protobuf",
sha256 = "930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53",
strip_prefix = "protobuf-3.21.12",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.12.tar.gz"],
sha256 = "7ca4b5e78bbb03f06068e32647539981b8c33551abdd2a2c0f82ac14ddfc44b9",
strip_prefix = "protobuf-3.23.1",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.23.1.tar.gz"],
)

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

0 comments on commit 42280e7

Please sign in to comment.