Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.15.2 (#617)
Browse files Browse the repository at this point in the history
[![WhiteSource 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.15.1` -> `v3.15.2` |

---

### Release Notes

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

### [`v3.15.2`](https://togithub.com/protocolbuffers/protobuf/releases/v3.15.2)

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

### Ruby

-   Fix for FieldDescriptor.get(msg) ([#&#8203;8330](https://togithub.com/protocolbuffers/protobuf/issues/8330))

### C++

-   Fix PROTOBUF_CONSTINIT macro redefinition ([#&#8203;8323](https://togithub.com/protocolbuffers/protobuf/issues/8323))

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

:no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-showcase).
  • Loading branch information
renovate-bot authored Feb 24, 2021
1 parent e620786 commit d44cdbd
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 = "5027403b91fea2376e26772bfd9ab323db1fe553c0f5bee502b8928ad1dd3bd2",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.1.zip"],
strip_prefix = "protobuf-3.15.1",
sha256 = "18b0a055105afc73d09948beec67b4b56d17ee55b0669cd105d246954adc59ae",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.2.zip"],
strip_prefix = "protobuf-3.15.2",
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()
Expand Down

0 comments on commit d44cdbd

Please sign in to comment.