diff --git a/pp/third_party/deps.bzl b/pp/third_party/deps.bzl index b46aed462..3daac929f 100644 --- a/pp/third_party/deps.bzl +++ b/pp/third_party/deps.bzl @@ -23,7 +23,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file" def _third_party_dev_deps_impl(_ctx): git_repository( name = "gtest", - commit = "4141c384aa2a8e2da87dd17d16457caaecfeeda1", + commit = "3940de91897160fea4815998e08d0fa3c2fb077e", patches = [ Label("//third_party/patches/gtest:0001-no-werror.patch"), ],