Skip to content

Commit 806ea10

Browse files
chore(deps): update dependency protobuf to v33.1 (#1926)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [protobuf](https://redirect.github.com/protocolbuffers/protobuf) | bazel_dep | minor | `33.0` -> `33.1` | --- ### Release Notes <details> <summary>protocolbuffers/protobuf (protobuf)</summary> ### [`v33.1`](https://redirect.github.com/protocolbuffers/protobuf/releases/tag/v33.1): Protocol Buffers v33.1 ### Announcements - [Protobuf News](https://protobuf.dev/news/) may include additional announcements or pre-announcements for upcoming changes. ### C++ - Fix `Any` hasbit consistency issue in OSS. ([#&#8203;24400](https://redirect.github.com/protocolbuffers/protobuf/issues/24400)) (protocolbuffers/protobuf@59db671) ### Java - Expose NestedInFileClass naming helpers for Java immutable. ([#&#8203;24401](https://redirect.github.com/protocolbuffers/protobuf/issues/24401)) (protocolbuffers/protobuf@5737cd2) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent c7429a3 commit 806ea10

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

examples/grpc_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bazel_dep(name = "cgrindel_bazel_starlib", version = "0.27.0")
1515

1616
# Required by custom swift proto compiler plugin:
1717
bazel_dep(name = "bazel_skylib", version = "1.8.2")
18-
bazel_dep(name = "protobuf", version = "33.0")
18+
bazel_dep(name = "protobuf", version = "33.1")
1919

2020
# Required for proto_library targets:
2121
bazel_dep(name = "rules_proto", version = "7.1.0")

examples/grpc_example/Package.resolved

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)