Upgrade to GoogleTest v1.12.1

The release notes say:
  This will be the last release to support C++11. Future releases will
  require at least C++14.
diff --git a/ext/googletest.cmd b/ext/googletest.cmd
index d074266..e984af6 100755
--- a/ext/googletest.cmd
+++ b/ext/googletest.cmd
@@ -7,7 +7,7 @@
 : # If you're running this on Windows, be sure you've already run this (from your VC2019 install dir):
 : #     "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"
 
-git clone -b release-1.11.0 --depth 1 https://github.com/google/googletest.git
+git clone -b release-1.12.1 --depth 1 https://github.com/google/googletest.git
 cd googletest
 mkdir build
 cd build