DEPS: update to last googletest release supporting C++11 (#5045)

Fixes #5039
This commit is contained in:
David Neto 2022-12-22 15:22:04 -05:00 коммит произвёл GitHub
Родитель f416d39bb8
Коммит d87f61605b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 2 удалений

5
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',