Skip to content

Commit 7f971a8

Browse files
chore(deps): update dependency com_google_googletest to v1.16.0
1 parent c0f336b commit 7f971a8

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 = "7b42b4d6ed48810c5362c265a17faebe90dc2373c885e5216439d37927f02926",
236-
strip_prefix = "googletest-1.15.2",
237-
urls = ["https://github.com/google/googletest/archive/v1.15.2.tar.gz"],
235+
sha256 = "78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399",
236+
strip_prefix = "googletest-1.16.0",
237+
urls = ["https://github.com/google/googletest/archive/v1.16.0.tar.gz"],
238238
)
239239

240240
http_archive(

0 commit comments

Comments
 (0)