Skip to content

Commit

Permalink
deps: Bump com_github_nlohmann_json -> 3.11.3 (envoyproxy#31353)
Browse files Browse the repository at this point in the history
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
  • Loading branch information
dependency-envoy[bot] authored Dec 13, 2023
1 parent 2d7c5aa commit a9c1219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -825,14 +825,14 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "nlohmann JSON",
project_desc = "Fast JSON parser/generator for C++",
project_url = "https://nlohmann.github.io/json",
version = "3.11.2",
sha256 = "d69f9deb6a75e2580465c6c4c5111b89c4dc2fa94e3a85fcd2ffcd9a143d9273",
version = "3.11.3",
sha256 = "0d8ef5af7f9794e3263480193c491549b2ba6cc74bb018906202ada498a79406",
strip_prefix = "json-{version}",
urls = ["https://github.com/nlohmann/json/archive/v{version}.tar.gz"],
# This will be a replacement for rapidJSON used in extensions and may also be a fast
# replacement for protobuf JSON.
use_category = ["controlplane", "dataplane_core"],
release_date = "2022-08-12",
release_date = "2023-11-28",
cpe = "cpe:2.3:a:json-for-modern-cpp_project:json-for-modern-cpp:*",
license = "MIT",
license_url = "https://github.com/nlohmann/json/blob/v{version}/LICENSE.MIT",
Expand Down

0 comments on commit a9c1219

Please sign in to comment.