diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 978ce11..904bca9 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -29,9 +29,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(