Skip to content

Commit 790a1bd

Browse files
authored
Update the protobuf version and remove abseil version override (bazelbuild#661)
1 parent f87c337 commit 790a1bd

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,10 @@ bazel_dep(
2121

2222
bazel_dep(
2323
name = "protobuf",
24-
version = "29.1",
24+
version = "31.0",
2525
repo_name = "com_google_protobuf",
2626
)
2727

28-
#TODO(mollyibot):Remove this after switching to new protobuf release
29-
bazel_dep(
30-
name = "abseil-cpp",
31-
version = "20240722.0",
32-
)
33-
3428
bazel_dep(
3529
name = "google_bazel_common",
3630
version = "0.0.1",

0 commit comments

Comments
 (0)