Skip to content

Commit 7b23125

Browse files
Update dependency com_google_protobuf to v28.2
1 parent 273ed29 commit 7b23125

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 = "3b8bf6e96499a744bd014c60b58f797715a758093abf859f1d902194b8e1f8c9",
37-
strip_prefix = "protobuf-28.1",
38-
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.1.tar.gz",
36+
sha256 = "b2340aa47faf7ef10a0328190319d3f3bee1b24f426d4ce8f4253b6f27ce16db",
37+
strip_prefix = "protobuf-28.2",
38+
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.2.tar.gz",
3939
)
4040

4141
http_archive(

0 commit comments

Comments
 (0)