Skip to content

Commit f06bbde

Browse files
Update dependency com_google_protobuf to v25.3
1 parent 2d7fbbf commit f06bbde

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
@@ -42,9 +42,9 @@ http_archive(
4242

4343
http_archive(
4444
name = "com_google_protobuf",
45-
sha256 = "8ff511a64fc46ee792d3fe49a5a1bcad6f7dc50dfbba5a28b0e5b979c17f9871",
46-
strip_prefix = "protobuf-25.2",
47-
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v25.2.tar.gz",
45+
sha256 = "d19643d265b978383352b3143f04c0641eea75a75235c111cc01a1350173180e",
46+
strip_prefix = "protobuf-25.3",
47+
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v25.3.tar.gz",
4848
)
4949

5050
http_archive(

0 commit comments

Comments
 (0)