Skip to content

Commit

Permalink
Update dependency nlohmann_json to v3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2023
1 parent 900fd0c commit 8278c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ def ros2_repositories():
name = "nlohmann_json",
build_file = "@com_github_mvukov_rules_ros2//repositories:nlohmann_json.BUILD.bazel",
strip_prefix = "single_include",
sha256 = "e5c7a9f49a16814be27e4ed0ee900ecd0092bfb7dbfca65b5a421b774dccaaed",
urls = ["https://github.com/nlohmann/json/releases/download/v3.11.2/include.zip"],
sha256 = "a22461d13119ac5c78f205d3df1db13403e58ce1bb1794edc9313677313f4a9d",
urls = ["https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip"],
)

maybe(
Expand Down

0 comments on commit 8278c67

Please sign in to comment.