Skip to content

Commit 0597415

Browse files
chore(deps): update dependency com_google_protobuf to v33
1 parent afdc8aa commit 0597415

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
@@ -46,9 +46,9 @@ bazel_features_deps()
4646

4747
http_archive(
4848
name = "com_google_protobuf",
49-
sha256 = "10a0d58f39a1a909e95e00e8ba0b5b1dc64d02997f741151953a2b3659f6e78c",
50-
strip_prefix = "protobuf-29.0",
51-
url = "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protobuf-29.0.tar.gz",
49+
sha256 = "fda132cb0c86400381c0af1fe98bd0f775cb566cb247cdcc105e344e00acc30e",
50+
strip_prefix = "protobuf-33.1",
51+
url = "https://github.com/protocolbuffers/protobuf/releases/download/v33.1/protobuf-33.1.tar.gz",
5252
)
5353

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

0 commit comments

Comments
 (0)