From f9c5815d9f2f4ccb255d4c8de4681142257a128e Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Thu, 9 Dec 2021 14:09:13 -0500
Subject: [PATCH] Update modernjson to 3.10.4

---
 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 115a7226bf3..75326bd124f 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.2
+  GIT_TAG        v3.10.4
   )
 
 FetchContent_Declare(
-- 
GitLab