Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v3.25.2 (#1374)
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.24.0` -> `v3.25.2` |

---

### Release Notes

<details>
<summary>protocolbuffers/protobuf (com_google_protobuf)</summary>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/gapic-showcase).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTI3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
  • Loading branch information
renovate-bot committed Jan 10, 2024
1 parent df65164 commit 9a0a027
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 = "e98645295639cc06300877d6770e8c5c14259c10c2d3e9b3fb9a9c15ca5f8300",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.24.0.zip"],
strip_prefix = "protobuf-3.24.0",
sha256 = "46a67f62eb344ea3a14e08b5ca82de63c1b54bf4a44d03fa8c5143ce76e23c47",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.25.2.zip"],
strip_prefix = "protobuf-3.25.2",
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()
Expand Down

0 comments on commit 9a0a027

Please sign in to comment.