diff --git a/WORKSPACE b/WORKSPACE index 8ae086c..1cb52c9 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 = "b48150eb909175fcc4720e0b2f456a27be61a98d0bbd310240a52d27917ad89c", + strip_prefix = "googletest-f38004c441a2d7ba004853bb0863ff2b2571f461", + urls = ["https://github.com/google/googletest/archive/f38004c441a2d7ba004853bb0863ff2b2571f461.zip"], ) diff --git a/e2e/multi_version/WORKSPACE b/e2e/multi_version/WORKSPACE index 91c5e9b..e389143 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 = "b48150eb909175fcc4720e0b2f456a27be61a98d0bbd310240a52d27917ad89c", + strip_prefix = "googletest-f38004c441a2d7ba004853bb0863ff2b2571f461", + urls = ["https://github.com/google/googletest/archive/f38004c441a2d7ba004853bb0863ff2b2571f461.zip"], ) diff --git a/e2e/smoke/WORKSPACE b/e2e/smoke/WORKSPACE index d614ce6..574b7ec 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 = "b48150eb909175fcc4720e0b2f456a27be61a98d0bbd310240a52d27917ad89c", + strip_prefix = "googletest-f38004c441a2d7ba004853bb0863ff2b2571f461", + urls = ["https://github.com/google/googletest/archive/f38004c441a2d7ba004853bb0863ff2b2571f461.zip"], )