From 1f05a235d727f1dbd9833a08c2c03df4bac48846 Mon Sep 17 00:00:00 2001 From: Olga Kitaina Date: Thu, 8 Jan 2026 15:42:30 +0400 Subject: [PATCH] nlohmann-json: Update to 3.12.0 This commit is done to maintain compatiblility with json-schema-validator 2.4.0, which is intended to use this version of nlohmann-json. --- nlohmann-json/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlohmann-json/Makefile b/nlohmann-json/Makefile index be8354129..bdefda334 100644 --- a/nlohmann-json/Makefile +++ b/nlohmann-json/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nlohmann-json -PKG_VERSION:=3.11.2 +PKG_VERSION:=3.12.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git