Skip to content

Commit ab103bc

Browse files
chore(deps): update dependency com_google_protobuf to v34 (#688)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com_google_protobuf](https://redirect.github.com/protocolbuffers/protobuf) | http_archive | major | `v33.5` → `v34.0` | --- ### Release Notes <details> <summary>protocolbuffers/protobuf (com_google_protobuf)</summary> ### [`v34.0`](https://redirect.github.com/protocolbuffers/protobuf/compare/v34.0-rc2...v34.0) [Compare Source](https://redirect.github.com/protocolbuffers/protobuf/compare/v33.5...v34.0-rc2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bazel-contrib/toolchains_llvm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zNi4yIiwidXBkYXRlZEluVmVyIjoiNDMuMzYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e33786d commit ab103bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ http_archive(
334334

335335
http_archive(
336336
name = "com_google_protobuf",
337-
sha256 = "98bc55acbc30be2bda6fb8bc9169a31e14956bd3b3169c63edbe6207b8116b68",
338-
strip_prefix = "protobuf-33.5",
339-
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v33.5/protobuf-33.5.zip"],
337+
sha256 = "2f3c0e4327b34ff34d1315a885d539f5772726acc1b847a1a3f632657fec07c0",
338+
strip_prefix = "protobuf-34.0",
339+
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v34.0/protobuf-34.0.zip"],
340340
)
341341

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

0 commit comments

Comments
 (0)