From 55b86728f5fed44dad8cd00e962aebb6ef55a2b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:23:49 +0000 Subject: [PATCH] chore(deps): update com_google_googletest digest to beb552f --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 6fcc134..6d79b2d 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 = "20ec53fdbc11df566b0e54fe81cf4a38fbda4a71684d5859c8f0ec55fa848735", + strip_prefix = "googletest-beb552fb47e9e8a6ddab20526663c2dddd601ec6", + url = "https://github.com/google/googletest/archive/beb552fb47e9e8a6ddab20526663c2dddd601ec6.zip", ) http_archive(