Skip to content

Commit 89a773a

Browse files
chore(deps): update dependency com_google_protobuf to v33.1
1 parent ea52d71 commit 89a773a

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 = "aaddf29b205ed915100a5fd096e8252842b67da9accfb7ba91ec3680ea307e45",
338-
strip_prefix = "protobuf-33.0",
339-
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v33.0/protobuf-33.0.zip"],
337+
sha256 = "801c7d44b2ec2ffaaf94555eda48a2239ef21e6602808ca8d22a9005fc2c03ef",
338+
strip_prefix = "protobuf-33.1",
339+
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v33.1/protobuf-33.1.zip"],
340340
)
341341

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

0 commit comments

Comments
 (0)