From d87f61605b3647fbceae9aaa922fce0031afdc63 Mon Sep 17 00:00:00 2001 From: David Neto Date: Thu, 22 Dec 2022 15:22:04 -0500 Subject: [PATCH] DEPS: update to last googletest release supporting C++11 (#5045) Fixes #5039 --- DEPS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 85cb04504..b16d69643 100644 --- a/DEPS +++ b/DEPS @@ -5,8 +5,9 @@ vars = { 'effcee_revision': '35912e1b7778ec2ddcff7e7188177761539e59e0', - # For now, pin an older googletest revision - 'googletest_revision': '1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7', + # Pin to the last version of googletest that supports C++11. + # Anything later requires C++14 + 'googletest_revision': 'v1.12.0', # Use protobufs before they gained the dependency on abseil 'protobuf_revision': 'v3.13.0.1',