diff --git a/tests/WORKSPACE b/tests/WORKSPACE index 9c8e3e42..ee2e10f8 100644 --- a/tests/WORKSPACE +++ b/tests/WORKSPACE @@ -153,9 +153,9 @@ http_archive( # As a test dep of com_google_absl. http_archive( name = "com_google_googletest", - sha256 = "7315acb6bf10e99f332c8a43f00d5fbb1ee6ca48c52f6b936991b216c586aaad", - strip_prefix = "googletest-1.15.0", - urls = ["https://github.com/google/googletest/archive/v1.15.0.tar.gz"], + sha256 = "7b42b4d6ed48810c5362c265a17faebe90dc2373c885e5216439d37927f02926", + strip_prefix = "googletest-1.15.2", + urls = ["https://github.com/google/googletest/archive/v1.15.2.tar.gz"], ) http_archive(