From 6866f2c673884028c5eb1b4c642a0bcda8475471 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:40:44 +0000 Subject: [PATCH] chore(deps): update com_google_googletest digest to adc5145 --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index d668558..f11274b 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -22,9 +22,9 @@ boost_http_archives() http_archive( name = "com_google_googletest", - sha256 = "41c14a5a4887125fe329235f00c5f92660f245b91bb8dde7c59f9a2540fdec28", - strip_prefix = "googletest-40412d85124f7c6f3d88454583c4633e5e10fc8c", - url = "https://github.com/google/googletest/archive/40412d85124f7c6f3d88454583c4633e5e10fc8c.zip", + sha256 = "530c078038b8d216ee2527ca603740e2922b832f0436366892cef7f806dd38f6", + strip_prefix = "googletest-adc514538678a61b13c240f7b41babbc03b2ac24", + url = "https://github.com/google/googletest/archive/adc514538678a61b13c240f7b41babbc03b2ac24.zip", ) http_archive(