Skip to content

Commit 5de3588

Browse files
fix(deps): Update protobuf monorepo to v36
1 parent a0e0f1c commit 5de3588

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

vendor/cel.dev/expr/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bazel_dep(
3030
)
3131
bazel_dep(
3232
name = "protobuf",
33-
version = "27.0",
33+
version = "36.1",
3434
repo_name = "com_google_protobuf",
3535
)
3636
bazel_dep(

vendor/cel.dev/expr/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ http_archive(
4040
# protobuf
4141
http_archive(
4242
name = "com_google_protobuf",
43-
sha256 = "8242327e5df8c80ba49e4165250b8f79a76bd11765facefaaecfca7747dc8da2",
44-
strip_prefix = "protobuf-3.21.5",
45-
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.5.zip"],
43+
sha256 = "8204144a28b82affa306bedc13b3bdbca92450e7f8c2bbc1bdd0b24e75cba4aa",
44+
strip_prefix = "protobuf-36.0",
45+
urls = ["https://github.com/protocolbuffers/protobuf/archive/v36.0.zip"],
4646
)
4747

4848
# googletest

0 commit comments

Comments
 (0)