Skip to content

Commit

Permalink
Update dependency protobuf to v28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 18, 2024
1 parent 2c28433 commit 24204bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ use_repo(node, "nodejs", "nodejs_toolchains")
# Protobuf and abseil are linked against by goma's input processor so we must keep the source versions in sync
bazel_dep(
name = "protobuf",
version = "26.0.bcr.1", # Same version as used in goma patch
version = "28.2", # Same version as used in goma patch
repo_name = "com_google_protobuf",
)
single_version_override(
Expand Down

0 comments on commit 24204bc

Please sign in to comment.