From 565af6847e249159adba9b6959824ba5f5ae1ca4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:05:03 +0000 Subject: [PATCH] chore(deps): update com_google_googletest digest to eab0e7e --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 0c1cbac..ebc7e7d 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -7,9 +7,9 @@ ecsact_parse_dependencies() http_archive( name = "com_google_googletest", - sha256 = "d4cb2430eb82495a49a24310a609b99726726bf126c2fbfa92fd04c14f6a3b31", - strip_prefix = "googletest-d1a0039b97291dd1dc14f123b906bb7622ffe07c", - url = "https://github.com/google/googletest/archive/d1a0039b97291dd1dc14f123b906bb7622ffe07c.zip", + sha256 = "e75120ca0a934e4a36a72ac513a77cbfb0a2c4e323a00e1804668f558531d4b7", + strip_prefix = "googletest-eab0e7e289db13eabfc246809b0284dac02a369d", + url = "https://github.com/google/googletest/archive/eab0e7e289db13eabfc246809b0284dac02a369d.zip", ) http_archive(