From 837018589b3710865ab47e75895ed77535595912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 22:13:22 +0000 Subject: [PATCH] Bump nlohmann_json from 3.11.3 to 3.12.0.bcr.2 Bumps [nlohmann_json](https://github.com/nlohmann/json) from 3.11.3 to 3.12.0.bcr.2. - [Release notes](https://github.com/nlohmann/json/releases) - [Changelog](https://github.com/nlohmann/json/blob/develop/ChangeLog.md) - [Commits](https://github.com/nlohmann/json/commits) --- updated-dependencies: - dependency-name: nlohmann_json dependency-version: 3.12.0.bcr.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index b2fe11c..0aae839 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -9,6 +9,6 @@ bazel_dep(name = "platforms", version = "1.1.0") bazel_dep(name = "rules_cc", version = "0.2.18") # JSON library -bazel_dep(name = "nlohmann_json", version = "3.11.3") +bazel_dep(name = "nlohmann_json", version = "3.12.0.bcr.2") # End of MODULE.bazel