Skip to content

Commit 64c374d

Browse files
chore(deps): update dependency com_google_protobuf to v33
1 parent 73f2cd8 commit 64c374d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e/smoke/WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ bazel_features_deps()
3232

3333
http_archive(
3434
name = "com_google_protobuf",
35-
sha256 = "10a0d58f39a1a909e95e00e8ba0b5b1dc64d02997f741151953a2b3659f6e78c",
36-
strip_prefix = "protobuf-29.0",
37-
url = "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protobuf-29.0.tar.gz",
35+
sha256 = "7a796fd9a7947d51e098ebb065d8f8b45ea0ac313ac89cc083456b3005329a1a",
36+
strip_prefix = "protobuf-33.0",
37+
url = "https://github.com/protocolbuffers/protobuf/releases/download/v33.0/protobuf-33.0.tar.gz",
3838
)
3939

4040
load("@com_google_protobuf//bazel/private:proto_bazel_features.bzl", "proto_bazel_features") # buildifier: disable=bzl-visibility

0 commit comments

Comments
 (0)