Skip to content

Commit 25bfedd

Browse files
chore(deps): update dependency com_google_protobuf to v25
1 parent ff3298d commit 25bfedd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ def internal_dependencies():
7979
maybe(
8080
http_archive,
8181
name = "com_google_protobuf",
82-
sha256 = "930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53",
83-
strip_prefix = "protobuf-3.21.12",
82+
sha256 = "d19643d265b978383352b3143f04c0641eea75a75235c111cc01a1350173180e",
83+
strip_prefix = "protobuf-25.3",
8484
urls = [
85-
"https://github.com/protocolbuffers/protobuf/archive/v3.21.12.tar.gz",
85+
"https://github.com/protocolbuffers/protobuf/archive/v25.3.tar.gz",
8686
],
8787
)
8888

0 commit comments

Comments
 (0)