Skip to content

Commit c06589d

Browse files
Update dependency com_google_protobuf to v32
1 parent 0cd506d commit c06589d

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
@@ -8,9 +8,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
88

99
http_archive(
1010
name = "com_google_protobuf",
11-
sha256 = "10a0d58f39a1a909e95e00e8ba0b5b1dc64d02997f741151953a2b3659f6e78c",
12-
strip_prefix = "protobuf-29.0",
13-
url = "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protobuf-29.0.tar.gz",
11+
sha256 = "3feeabd077a112b56af52519bc4ece90e28b4583f4fc2549c95d765985e0fd3c",
12+
strip_prefix = "protobuf-32.1",
13+
url = "https://github.com/protocolbuffers/protobuf/releases/download/v32.1/protobuf-32.1.tar.gz",
1414
)
1515

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

0 commit comments

Comments
 (0)