Description:
googletest was updated to fix the following issue:
Update to 1.12.1:
* Support for move-only values to Return
* New matchers: WhenBase64Unescaped
* ResultOf() now has a 3-arg overload that takes a description string for better
error messages
Update to 1.11.0:
* --gtest_brief shows only test failures in output
* --gtest_fail_fast stops test execution on first failure
* Failures in SetUpTestSuite and TearDownTestSuite now cause tests to fail
rather than log
* Uninstantiated TEST_P and TYPED_TEST_P now fail unless allowlisted using
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST
* new matchers and mocking behavior, see
https://github.com/google/googletest/releases/tag/release-1.11.0