Skip to content

Commit e287647

Browse files
BenPopevbotbuildovich
authored andcommitted
bazel: Update protobuf to v29.0
Remove the version checks vtools is now updated. Signed-off-by: Ben Pope <ben@redpanda.com> (cherry picked from commit c7e355b)
1 parent b895231 commit e287647

4 files changed

Lines changed: 87 additions & 71 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ bazel_dep(name = "googletest", version = "1.15.2")
4141
bazel_dep(name = "liburing", version = "2.5")
4242
bazel_dep(name = "lz4", version = "1.9.4")
4343
bazel_dep(name = "platforms", version = "0.0.10")
44-
bazel_dep(name = "protobuf", version = "27.3")
44+
bazel_dep(name = "protobuf", version = "29.0")
4545
bazel_dep(name = "re2", version = "2024-07-02")
4646
bazel_dep(name = "rules_foreign_cc", version = "0.12.0")
4747
bazel_dep(name = "rules_go", version = "0.50.1")

0 commit comments

Comments
 (0)