Skip to content

Commit e1a5679

Browse files
chore(deps): update dependency protobuf to v33.5
1 parent 629c002 commit e1a5679

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bazel_dep(name = "rules_shell", version = "0.6.1", dev_dependency = True)
2929
bazel_dep(name = "googletest", version = "1.17.0.bcr.2", dev_dependency = True)
3030

3131
# TODO: this is only here to get a version of protobuf that is compatible with the version of abseil used by googletest
32-
bazel_dep(name = "protobuf", version = "33.1", dev_dependency = True)
32+
bazel_dep(name = "protobuf", version = "33.5", dev_dependency = True)
3333
bazel_dep(name = "stardoc", version = "0.8.0", dev_dependency = True)
3434

3535
# Coco toolchain extension

0 commit comments

Comments
 (0)