Skip to content

Commit 1cc31be

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency protobuf to v23 (#833)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | protobuf | bazel_dep | major | `21.7` -> `23.1` | --- ### 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://togithub.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent a4c1909 commit 1cc31be

File tree

2 files changed

+125
-81
lines changed

2 files changed

+125
-81
lines changed

examples/grpc_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
5555

5656
# Gazelle currently needs protobuf to be named com_google_protobuf.
5757
# If they fix this, we can remove the repo_name argument.
58-
bazel_dep(name = "protobuf", version = "21.7", repo_name = "com_google_protobuf")
58+
bazel_dep(name = "protobuf", version = "23.1", repo_name = "com_google_protobuf")
5959

6060
apple_cc_configure = use_extension(
6161
"@apple_support//crosstool:setup.bzl",

0 commit comments

Comments
 (0)