From 6dc25381f9fa835d1594d2d49c7276e1ac4676b6 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 14 Dec 2021 17:50:15 +0100 Subject: [PATCH] chore(deps): update com_google_googleapis commit hash to 429d35c (#947) --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index ebf18d583..4ab0a5bec 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -23,9 +23,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # http_archive( name = "com_google_googleapis", - strip_prefix = "googleapis-35f810c41a421fd9b7fe8b0634fb8fdca3851246", - urls = ["https://github.com/googleapis/googleapis/archive/35f810c41a421fd9b7fe8b0634fb8fdca3851246.zip"], - sha256 = "0603750d822bbe75ac38bad22b99bbd36392fe3f94b1e9e5150448c22440c209" + strip_prefix = "googleapis-429d35c835fd8509302ca0e8031eab35a99e767e", + urls = ["https://github.com/googleapis/googleapis/archive/429d35c835fd8509302ca0e8031eab35a99e767e.zip"], + sha256 = "dcb60ae939157f8d583dc05aae1e8935022e9936cb8bcc89883ef9d8c2209492" ) load("@com_google_googleapis//:repository_rules.bzl", "switched_rules_by_language") switched_rules_by_language(name = "com_google_googleapis_imports", grpc = True)