Fixes deprecation notice of removal of cmake_minimum_required <= 3.5 in dependencencies with CMake >= 3.27 (or 3.26.4?).
[x] Updates Google test to the latest tagged release
[x] Updates rapid json to the most recent version which does not break our method of fetch content + find_package without cmake install, and patches that commit to avoid the cmake_minimum_required error
Fixes deprecation notice of removal of
cmake_minimum_required
<= 3.5 in dependencencies with CMake >= 3.27 (or 3.26.4?).Closes #1156