From 18a26f7967b9415601ad2c0959dae9d831aa86ae Mon Sep 17 00:00:00 2001
From: Derek Mauro <dmauro@google.com>
Date: Thu, 12 Oct 2023 07:35:06 -0700
Subject: Update GoogleTest dependency

PiperOrigin-RevId: 572901486
Change-Id: Icb8b8c80cb8b99d9a3203f4971fc53fe64a1ae60
---
 WORKSPACE | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

(limited to 'WORKSPACE')

diff --git a/WORKSPACE b/WORKSPACE
index 56279d47..ffe387a3 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -20,11 +20,12 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
 
 # GoogleTest/GoogleMock framework. Used by most unit-tests.
 http_archive(
-  name = "com_google_googletest",  # 2023-08-02T16:45:10Z
-  sha256 = "c4f675500e09da97fd5a2b9c3fdadf48de858a036db565d52e6835c96eeea147",
-  strip_prefix = "googletest-843976e4f582ccb76cf87e0f128585324335779b",
-  # Keep this URL in sync with ABSL_GOOGLETEST_COMMIT in ci/cmake_common.sh.
-  urls = ["https://github.com/google/googletest/archive/843976e4f582ccb76cf87e0f128585324335779b.zip"],
+  name = "com_google_googletest",  # 2023-10-05T21:13:04Z
+  sha256 = "ba96972e0aa8a1428596570ac573958c1c879483bd148a2b72994453f9dfa7c2",
+  strip_prefix = "googletest-2dd1c131950043a8ad5ab0d2dda0e0970596586a",
+  # Keep this URL in sync with ABSL_GOOGLETEST_COMMIT in ci/cmake_common.sh and
+  # ci/windows_msvc_cmake.bat.
+  urls = ["https://github.com/google/googletest/archive/2dd1c131950043a8ad5ab0d2dda0e0970596586a.zip"],
 )
 
 # RE2 (the regular expression library used by GoogleTest)
-- 
cgit v1.2.3