From 579aecc8e9dc83dcd08f9c6b5590dc634e1c73ba Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 30 Jul 2026 14:32:32 +0000 Subject: [PATCH] chore(deps): update gtest digest to 3940de9 --- pp/third_party/deps.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), ],