Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3bd4b18

Browse files
authoredOct 4, 2023
chore(deps): update dependency com_google_protobuf to v3.24.4
1 parent 6430f82 commit 3bd4b18

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 = "a1fa6ffa97c09d1efe0344e4352a6dbc51cebaafbdf20bcb6405147a0158c406",
83+
strip_prefix = "protobuf-3.24.4",
8484
urls = [
85-
"https://github.com/protocolbuffers/protobuf/archive/v3.21.12.tar.gz",
85+
"https://github.com/protocolbuffers/protobuf/archive/v3.24.4.tar.gz",
8686
],
8787
)
8888

0 commit comments

Comments
 (0)
Please sign in to comment.