Skip to content

Commit 9517fd1

Browse files
chore(deps): update dependency com_google_protobuf to v34
1 parent e33786d commit 9517fd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ http_archive(
334334

335335
http_archive(
336336
name = "com_google_protobuf",
337-
sha256 = "98bc55acbc30be2bda6fb8bc9169a31e14956bd3b3169c63edbe6207b8116b68",
338-
strip_prefix = "protobuf-33.5",
339-
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v33.5/protobuf-33.5.zip"],
337+
sha256 = "2f3c0e4327b34ff34d1315a885d539f5772726acc1b847a1a3f632657fec07c0",
338+
strip_prefix = "protobuf-34.0",
339+
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v34.0/protobuf-34.0.zip"],
340340
)
341341

342342
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")

0 commit comments

Comments
 (0)