diff --git a/WORKSPACE b/WORKSPACE index 560ddb5..0b78347 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -74,7 +74,7 @@ coco_repositories( http_archive( name = "googletest", - sha256 = "12ef65654dc01ab40f6f33f9d02c04f2097d2cd9fbe48dc6001b29543583b0ad", - strip_prefix = "googletest-8d51ffdfab10b3fba636ae69bc03da4b54f8c235", - urls = ["https://github.com/google/googletest/archive/8d51ffdfab10b3fba636ae69bc03da4b54f8c235.zip"], + sha256 = "99c06dd4df68f8634f7e6cad19af9547285e41f97c4ebe828a3c113be71ccd1f", + strip_prefix = "googletest-36ba75f0ad5383a9759f17f3f72fd4661c72cb6d", + urls = ["https://github.com/google/googletest/archive/36ba75f0ad5383a9759f17f3f72fd4661c72cb6d.zip"], ) diff --git a/e2e/cc_runtime_extra_deps/WORKSPACE b/e2e/cc_runtime_extra_deps/WORKSPACE index 218ecf7..6be13ea 100644 --- a/e2e/cc_runtime_extra_deps/WORKSPACE +++ b/e2e/cc_runtime_extra_deps/WORKSPACE @@ -18,7 +18,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "googletest", - sha256 = "12ef65654dc01ab40f6f33f9d02c04f2097d2cd9fbe48dc6001b29543583b0ad", - strip_prefix = "googletest-8d51ffdfab10b3fba636ae69bc03da4b54f8c235", - urls = ["https://github.com/google/googletest/archive/8d51ffdfab10b3fba636ae69bc03da4b54f8c235.zip"], + sha256 = "99c06dd4df68f8634f7e6cad19af9547285e41f97c4ebe828a3c113be71ccd1f", + strip_prefix = "googletest-36ba75f0ad5383a9759f17f3f72fd4661c72cb6d", + urls = ["https://github.com/google/googletest/archive/36ba75f0ad5383a9759f17f3f72fd4661c72cb6d.zip"], ) diff --git a/e2e/local_toolchain/WORKSPACE b/e2e/local_toolchain/WORKSPACE index ef6b3cf..ba6b9c8 100644 --- a/e2e/local_toolchain/WORKSPACE +++ b/e2e/local_toolchain/WORKSPACE @@ -24,7 +24,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "googletest", - sha256 = "12ef65654dc01ab40f6f33f9d02c04f2097d2cd9fbe48dc6001b29543583b0ad", - strip_prefix = "googletest-8d51ffdfab10b3fba636ae69bc03da4b54f8c235", - urls = ["https://github.com/google/googletest/archive/8d51ffdfab10b3fba636ae69bc03da4b54f8c235.zip"], + sha256 = "99c06dd4df68f8634f7e6cad19af9547285e41f97c4ebe828a3c113be71ccd1f", + strip_prefix = "googletest-36ba75f0ad5383a9759f17f3f72fd4661c72cb6d", + urls = ["https://github.com/google/googletest/archive/36ba75f0ad5383a9759f17f3f72fd4661c72cb6d.zip"], ) diff --git a/e2e/multi_version/WORKSPACE b/e2e/multi_version/WORKSPACE index 91c5e9b..7fc48fe 100644 --- a/e2e/multi_version/WORKSPACE +++ b/e2e/multi_version/WORKSPACE @@ -28,7 +28,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "googletest", - sha256 = "12ef65654dc01ab40f6f33f9d02c04f2097d2cd9fbe48dc6001b29543583b0ad", - strip_prefix = "googletest-8d51ffdfab10b3fba636ae69bc03da4b54f8c235", - urls = ["https://github.com/google/googletest/archive/8d51ffdfab10b3fba636ae69bc03da4b54f8c235.zip"], + sha256 = "99c06dd4df68f8634f7e6cad19af9547285e41f97c4ebe828a3c113be71ccd1f", + strip_prefix = "googletest-36ba75f0ad5383a9759f17f3f72fd4661c72cb6d", + urls = ["https://github.com/google/googletest/archive/36ba75f0ad5383a9759f17f3f72fd4661c72cb6d.zip"], ) diff --git a/e2e/smoke/WORKSPACE b/e2e/smoke/WORKSPACE index d614ce6..ab79c69 100644 --- a/e2e/smoke/WORKSPACE +++ b/e2e/smoke/WORKSPACE @@ -22,7 +22,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "googletest", - sha256 = "12ef65654dc01ab40f6f33f9d02c04f2097d2cd9fbe48dc6001b29543583b0ad", - strip_prefix = "googletest-8d51ffdfab10b3fba636ae69bc03da4b54f8c235", - urls = ["https://github.com/google/googletest/archive/8d51ffdfab10b3fba636ae69bc03da4b54f8c235.zip"], + sha256 = "99c06dd4df68f8634f7e6cad19af9547285e41f97c4ebe828a3c113be71ccd1f", + strip_prefix = "googletest-36ba75f0ad5383a9759f17f3f72fd4661c72cb6d", + urls = ["https://github.com/google/googletest/archive/36ba75f0ad5383a9759f17f3f72fd4661c72cb6d.zip"], )