Skip to content

Commit a174798

Browse files
Update dependency com_google_protobuf to v3.21.10
1 parent 8b178e6 commit a174798

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 = "1add10f9bd92775b91f326da259f243881e904dd509367d5031d4c782ba82810",
48-
strip_prefix = "protobuf-3.21.9",
49-
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.21.9.tar.gz",
47+
sha256 = "90de7e780db97e0ee8cfabc3aecc0da56c3d443824b968ec0c7c600f9585b9ba",
48+
strip_prefix = "protobuf-3.21.10",
49+
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.21.10.tar.gz",
5050
)
5151

5252
http_archive(

0 commit comments

Comments
 (0)