File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ def tink_java_deps():
64
64
# * @com_google_protobuf//:java_toolchain
65
65
# This statement defines the @com_google_protobuf repo.
66
66
if not native .existing_rule ("com_google_protobuf" ):
67
- # Release from 2022-09-29 .
67
+ # Release X.21.9 from 2022-10-26 .
68
68
http_archive (
69
69
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 " ,
73
73
)
74
74
75
75
# -------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments