Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.21.8 (#1217)
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 | patch | `v3.21.5` -> `v3.21.8` |

---

### Release Notes

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

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

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

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

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

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

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

</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, 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).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTUuNSIsInVwZGF0ZWRJblZlciI6IjMyLjIzOC40In0=-->
  • Loading branch information
renovate-bot committed Oct 24, 2022
1 parent f8fa90b commit d3ad203
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 = "8242327e5df8c80ba49e4165250b8f79a76bd11765facefaaecfca7747dc8da2",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.5.zip"],
strip_prefix = "protobuf-3.21.5",
sha256 = "3d76fb2f9401124a29879b3673464767427ad17c9ef57b15c0d7962824e83ac7",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.8.zip"],
strip_prefix = "protobuf-3.21.8",
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()
Expand Down

0 comments on commit d3ad203

Please sign in to comment.