From ca0dce24383306c2895d2abbdc1f28674c50ce76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 06:35:54 +0000 Subject: [PATCH] Update dependency com_google_googletest to v1.17.0 --- tests/WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/WORKSPACE b/tests/WORKSPACE index 16bef205..88dd13b5 100644 --- a/tests/WORKSPACE +++ b/tests/WORKSPACE @@ -232,9 +232,9 @@ http_archive( # As a test dep of com_google_absl. http_archive( name = "com_google_googletest", - sha256 = "78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399", - strip_prefix = "googletest-1.16.0", - urls = ["https://github.com/google/googletest/archive/v1.16.0.tar.gz"], + sha256 = "65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c", + strip_prefix = "googletest-1.17.0", + urls = ["https://github.com/google/googletest/archive/v1.17.0.tar.gz"], ) http_archive(