Skip to content

Commit 8b8b49d

Browse files
Update dependency com_google_protobuf to v28.1
1 parent f0e8d9d commit 8b8b49d

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
@@ -35,9 +35,9 @@ http_archive(
3535

3636
http_archive(
3737
name = "com_google_protobuf",
38-
sha256 = "13e7749c30bc24af6ee93e092422f9dc08491c7097efa69461f88eb5f61805ce",
39-
strip_prefix = "protobuf-28.0",
40-
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.0.tar.gz",
38+
sha256 = "3b8bf6e96499a744bd014c60b58f797715a758093abf859f1d902194b8e1f8c9",
39+
strip_prefix = "protobuf-28.1",
40+
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.1.tar.gz",
4141
)
4242

4343
http_archive(

0 commit comments

Comments
 (0)