Skip to content

Commit c1fa6ad

Browse files
Update dependency com_google_protobuf to v31
1 parent 3be4801 commit c1fa6ad

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 = "12bfd76d27b9ac3d65c00966901609e020481b9474ef75c7ff4601ac06fa0b82",
12+
strip_prefix = "protobuf-31.1",
13+
url = "https://github.com/protocolbuffers/protobuf/releases/download/v31.1/protobuf-31.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)