Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.21.10 (#173)
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://github.com/protocolbuffers/protobuf) |
http_archive | patch | `v3.21.9` -> `v3.21.10` |

---

### Release Notes

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

###
[`v3.21.10`](https://github.com/protocolbuffers/protobuf/compare/v3.21.9...v3.21.10)

[Compare
Source](https://github.com/protocolbuffers/protobuf/compare/v3.21.9...v3.21.10)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 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/cgrindel/bazel-starlib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40MC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNDAuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2022
1 parent 7fc2c20 commit f853326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ def _compile_from_source_buildtools_dependencies():
maybe(
http_archive,
name = "com_google_protobuf",
sha256 = "1add10f9bd92775b91f326da259f243881e904dd509367d5031d4c782ba82810",
strip_prefix = "protobuf-3.21.9",
sha256 = "90de7e780db97e0ee8cfabc3aecc0da56c3d443824b968ec0c7c600f9585b9ba",
strip_prefix = "protobuf-3.21.10",
urls = [
"https://github.com/protocolbuffers/protobuf/archive/v3.21.9.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/v3.21.10.tar.gz",
],
)

Expand Down

0 comments on commit f853326

Please sign in to comment.