Skip to content

Commit 20ca9b2

Browse files
Update dependency com_google_googletest to v1.17.0
1 parent af27ea4 commit 20ca9b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ http_archive(
232232
# As a test dep of com_google_absl.
233233
http_archive(
234234
name = "com_google_googletest",
235-
sha256 = "78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399",
236-
strip_prefix = "googletest-1.16.0",
237-
urls = ["https://github.com/google/googletest/archive/v1.16.0.tar.gz"],
235+
sha256 = "65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c",
236+
strip_prefix = "googletest-1.17.0",
237+
urls = ["https://github.com/google/googletest/archive/v1.17.0.tar.gz"],
238238
)
239239

240240
http_archive(

0 commit comments

Comments
 (0)