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 e024997

Browse files
authoredMar 17, 2023
chore(deps): update dependency com_google_protobuf to v3.22.2
1 parent e6e701c commit e024997

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

0 commit comments

Comments
 (0)