Skip to content

Commit 62505f4

Browse files
Update dependency com_google_protobuf to v3.21.12
1 parent 42ad17e commit 62505f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

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

4545
http_archive(
4646
name = "com_google_protobuf",
47-
sha256 = "902f0db07d0e4726b4b649c1aaecc7c514e1c0724841e7c0b49691b28fa3d9ec",
48-
strip_prefix = "protobuf-3.21.11",
49-
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.21.11.tar.gz",
47+
sha256 = "7d688f4af01570718d3908c3379a314117c900fd106e0cb3a004a04e4c018b4a",
48+
strip_prefix = "protobuf-3.21.12",
49+
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.21.12.tar.gz",
5050
)
5151

5252
http_archive(

0 commit comments

Comments
 (0)