Skip to content

Commit f20ddd0

Browse files
committed
chore(all): update protobuf monorepo to v33
1 parent cb57cb1 commit f20ddd0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.2", 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 = "4bf076375e4b5fc3c8584ef8a458b1b1c0e74ea5afc383bc56aedca4518aad8e",
40+
strip_prefix = "protobuf-33.2",
41+
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v33.2.zip",
4242
)
4343

4444
http_archive(

0 commit comments

Comments
 (0)