diff --git a/cmake/modules/Findjson.cmake b/cmake/modules/Findjson.cmake index 343dd376..8959a81a 100644 --- a/cmake/modules/Findjson.cmake +++ b/cmake/modules/Findjson.cmake @@ -29,7 +29,7 @@ if(NOT nlohmann_json_FOUND) FetchContent_Declare( json GIT_REPOSITORY https://github.com/nlohmann/json.git - GIT_TAG v3.11.2 + GIT_TAG v3.11.3 DOWNLOAD_EXTRACT_TIMESTAMP FALSE )