From 197d59d261be0441aef60ca83908348986befb7c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 May 2021 18:09:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Update=20com=5Fgoogle=5Fgooglete?= =?UTF-8?q?st=20commit=20hash=20to=20a3460d1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- validator/cpp/engine/WORKSPACE | 6 +++--- validator/cpp/htmlparser/WORKSPACE | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/validator/cpp/engine/WORKSPACE b/validator/cpp/engine/WORKSPACE index 5b6724762acb..72d70da58943 100644 --- a/validator/cpp/engine/WORKSPACE +++ b/validator/cpp/engine/WORKSPACE @@ -10,9 +10,9 @@ http_archive( http_archive( name = "com_google_googletest", - sha256 = "c8278ad5d1f502007c93c08894b3048d2c98130eacec10c6842b2a36002990f4", - strip_prefix = "googletest-9741c42200b66abc708ee6da269a29c8bd912cee", - urls = ["https://github.com/google/googletest/archive/9741c42200b66abc708ee6da269a29c8bd912cee.zip"], # 2019-01-07 + sha256 = "d3d307a240e129bb57da8aae64f3b0099bf1b8efff7249df993b619b8641ec77", + strip_prefix = "googletest-a3460d1aeeaa43fdf137a6adefef10ba0b59fe4b", + urls = ["https://github.com/google/googletest/archive/a3460d1aeeaa43fdf137a6adefef10ba0b59fe4b.zip"], # 2019-01-07 ) http_archive( diff --git a/validator/cpp/htmlparser/WORKSPACE b/validator/cpp/htmlparser/WORKSPACE index c3aafe56a7dd..0d28f8a4e699 100644 --- a/validator/cpp/htmlparser/WORKSPACE +++ b/validator/cpp/htmlparser/WORKSPACE @@ -10,9 +10,9 @@ http_archive( http_archive( name = "com_google_googletest", - sha256 = "c8278ad5d1f502007c93c08894b3048d2c98130eacec10c6842b2a36002990f4", - strip_prefix = "googletest-9741c42200b66abc708ee6da269a29c8bd912cee", - urls = ["https://github.com/google/googletest/archive/9741c42200b66abc708ee6da269a29c8bd912cee.zip"], # 2019-01-07 + sha256 = "d3d307a240e129bb57da8aae64f3b0099bf1b8efff7249df993b619b8641ec77", + strip_prefix = "googletest-a3460d1aeeaa43fdf137a6adefef10ba0b59fe4b", + urls = ["https://github.com/google/googletest/archive/a3460d1aeeaa43fdf137a6adefef10ba0b59fe4b.zip"], # 2019-01-07 ) http_archive(