Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.21.0 (#1100)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [com_google_protobuf](https://togithub.com/protocolbuffers/protobuf) | http_archive | minor | `v3.20.1` -> `v3.21.0` |

---

### Release Notes

<details>
<summary>protocolbuffers/protobuf</summary>

### [`v3.21.0`](https://togithub.com/protocolbuffers/protobuf/compare/v3.20.1...v3.21.0)

[Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.20.1...v3.21.0)

</details>

---

### Configuration

📅 **Schedule**: 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, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-showcase).
  • Loading branch information
renovate-bot committed May 25, 2022
1 parent 0ea4a32 commit 32ea29c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE.bazel
Expand Up @@ -35,9 +35,9 @@ switched_rules_by_language(name = "com_google_googleapis_imports", grpc = True)
#
http_archive(
name = "com_google_protobuf",
sha256 = "662879e41508a5ecce3be2c65563a8fac3301a48adef3113913ec4010f405a33",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.20.1.zip"],
strip_prefix = "protobuf-3.20.1",
sha256 = "05e368b4fe0a71c096b68f7e2f0c81ba61743d06baa858cf6f00ce78959c12c6",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.0.zip"],
strip_prefix = "protobuf-3.21.0",
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()
Expand Down

0 comments on commit 32ea29c

Please sign in to comment.