diff --git a/repositories.bzl b/repositories.bzl index bffb335df..1a65ccfc2 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -86,14 +86,14 @@ def copybara_repositories(): http_archive, name = "com_google_protobuf", patch_args = ["-p1"], - patches = ["@io_bazel//third_party/protobuf:3.19.6.patch"], + patches = ["@io_bazel//third_party/protobuf:21.7.patch"], patch_cmds = EXPORT_WORKSPACE_IN_BUILD_FILE, patch_cmds_win = EXPORT_WORKSPACE_IN_BUILD_FILE_WIN, - sha256 = "9a301cf94a8ddcb380b901e7aac852780b826595075577bb967004050c835056", - strip_prefix = "protobuf-3.19.6", + sha256 = "75be42bd736f4df6d702a0e4e4d30de9ee40eac024c4b845d17ae4cc831fe4ae", + strip_prefix = "protobuf-21.7", urls = [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.19.6.tar.gz", - "https://github.com/protocolbuffers/protobuf/archive/v3.19.6.tar.gz", + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v21.7.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/v21.7.tar.gz", ], ) diff --git a/third_party/bazel.bzl b/third_party/bazel.bzl index 1c608aa77..c339de761 100644 --- a/third_party/bazel.bzl +++ b/third_party/bazel.bzl @@ -15,5 +15,5 @@ # This file is autogenerated by copybara, please do not edit. -bazel_version = "d629bbeba294c994dbfc2255ba114907f15ab719" -bazel_sha256 = "aa52f9e0a073d0cb9b4512a46697a8ebb580306d4d9c92ef3ce3c63fd0566490" +bazel_version = "18aeb52a59e65efcbeac7041faf60d81f9d434cb" +bazel_sha256 = "6916db216a286400341e6e1f886d3228b41b22c984c65ebb96763e178a39a9d2"