Skip to content

Commit 508ae0b

Browse files
authored
Merge pull request #271 from malkia/renovate/nlohmann_json-3.x
chore(deps): update dependency nlohmann_json to v3.12.0
2 parents 90dd230 + 0fb76ab commit 508ae0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ single_version_override(
3232
"bazel/grpc_no_absl_sync.patch",
3333
],
3434
)
35-
bazel_dep(name = "nlohmann_json", version = "3.11.3.bcr.1")
35+
bazel_dep(name = "nlohmann_json", version = "3.12.0")
3636
bazel_dep(name = "platforms", version = "0.0.11")
3737
bazel_dep(name = "rules_cc", version = "0.1.1")
3838
bazel_dep(name = "rules_pkg", version = "1.1.0")

x/MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ single_version_override(
3636
"bazel/grpc_no_absl_sync.patch",
3737
],
3838
)
39-
bazel_dep(name = "nlohmann_json", version = "3.11.3.bcr.1")
39+
bazel_dep(name = "nlohmann_json", version = "3.12.0")
4040
bazel_dep(name = "platforms", version = "0.0.11")
4141
bazel_dep(name = "rules_cc", version = "0.1.1")
4242
bazel_dep(name = "rules_pkg", version = "1.1.0")

0 commit comments

Comments
 (0)