Skip to content

Commit d3c6481

Browse files
Update dependency com_google_protobuf to v27.4
1 parent 09c74e7 commit d3c6481

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
@@ -33,9 +33,9 @@ http_archive(
3333

3434
http_archive(
3535
name = "com_google_protobuf",
36-
sha256 = "1535151efbc7893f38b0578e83cac584f2819974f065698976989ec71c1af84a",
37-
strip_prefix = "protobuf-27.3",
38-
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v27.3.tar.gz",
36+
sha256 = "023e2bb164b234af644c5049c6dac1d9c9f6dd2acb133b960d9009105b4226bd",
37+
strip_prefix = "protobuf-27.4",
38+
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v27.4.tar.gz",
3939
)
4040

4141
http_archive(

0 commit comments

Comments
 (0)