Skip to content

Commit 5cc608a

Browse files
committed
chore(all): update protobuf monorepo to v33
1 parent 8971a31 commit 5cc608a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bazel_dep(name = "grpc", version = "1.70.1", repo_name = "com_github_grpc_grpc")
1111
bazel_dep(name = "openconfig_gnmi", version = "0.14.1", repo_name = "com_github_openconfig_gnmi")
1212
bazel_dep(name = "p4runtime", version = "0.0.0", repo_name = "p4runtime_protos")
1313
bazel_dep(name = "platforms", version = "1.0.0")
14-
bazel_dep(name = "protobuf", version = "29.3", repo_name = "com_google_protobuf")
14+
bazel_dep(name = "protobuf", version = "33.4", repo_name = "com_google_protobuf")
1515
bazel_dep(name = "re2", version = "2024-07-02.bcr.1")
1616
bazel_dep(name = "rules_go", version = "0.57.0", repo_name = "io_bazel_rules_go")
1717
bazel_dep(name = "rules_pkg", version = "1.1.0")

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ http_archive(
3636

3737
http_archive(
3838
name = "com_google_protobuf",
39-
sha256 = "85803e01f347141e16a2f770213a496f808fff9f0138c7c0e0c9dfa708b0da92",
40-
strip_prefix = "protobuf-29.3",
41-
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v29.3.zip",
39+
sha256 = "33ec69e8c00825f1a5deb9b0e43b2b0c15b7f8f53968e9cd7ab35c93932f75d2",
40+
strip_prefix = "protobuf-33.4",
41+
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v33.4.zip",
4242
)
4343

4444
http_archive(

0 commit comments

Comments
 (0)