From 1e563a2a774e9caa80c67723048ede4c8c5c6930 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Sat, 15 Jan 2022 13:14:46 -0500
Subject: [PATCH] Update modernjson to 3.10.5

---
 indra/deps/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt
index 75326bd124f..c92194ffc75 100644
--- a/indra/deps/CMakeLists.txt
+++ b/indra/deps/CMakeLists.txt
@@ -48,7 +48,7 @@ FetchContent_Declare(
 FetchContent_Declare(
   nlohmann_json
   GIT_REPOSITORY https://git.alchemyviewer.org/alchemy/mirrors/modernjson.git
-  GIT_TAG        v3.10.4
+  GIT_TAG        v3.10.5
   )
 
 FetchContent_Declare(
-- 
GitLab