Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,7 @@ http_file(

bazel_dep(
name = "protobuf",
# Note: we use 27.2 in MODULE.bazel to avoid the warning:
# The maven repository 'maven' is used in two different bazel modules, originally in 'rules_jvm_external' and now in 'protobuf'
# But we use 21.7 in WORKSPACE because protobuf 27.2 doesn't work with Bazel 5.x
# https://github.com/protocolbuffers/protobuf/commit/a80daa2a2caaaac9ebe9ae6bb1b639c2771c5c55
# This should be ok because we only use the protobuf dep to pull in the google/protobuf/wrappers.proto for testing
version = "27.2",
version = "29.0-rc2",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need to update the version in repositories.bzl

dev_dependency = True,
)
bazel_dep(
Expand Down