Skip to content

Commit 443baab

Browse files
tholenstcopybara-github
authored andcommittedNov 15, 2022
Upgrade to proto X.21.9 in various languages.
PiperOrigin-RevId: 488572991 Change-Id: I92d932a8f231c99126955092afe88f7b4153b963
1 parent 18d24e9 commit 443baab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎tink_java_deps.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ def tink_java_deps():
6464
# * @com_google_protobuf//:java_toolchain
6565
# This statement defines the @com_google_protobuf repo.
6666
if not native.existing_rule("com_google_protobuf"):
67-
# Release from 2022-09-29.
67+
# Release X.21.9 from 2022-10-26.
6868
http_archive(
6969
name = "com_google_protobuf",
70-
strip_prefix = "protobuf-3.20.3",
71-
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.20.3.zip"],
72-
sha256 = "04e1ed9664d1325b43723b6a62a4a41bf6b2b90ac72b5daee288365aad0ea47d",
70+
strip_prefix = "protobuf-21.9",
71+
urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.9.zip"],
72+
sha256 = "5babb8571f1cceafe0c18e13ddb3be556e87e12ceea3463d6b0d0064e6cc1ac3",
7373
)
7474

7575
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)