From a9c1219fa88e0e9efc5f7462305d1b2050484252 Mon Sep 17 00:00:00 2001 From: "dependency-envoy[bot]" <148525496+dependency-envoy[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 23:03:53 +0000 Subject: [PATCH] deps: Bump `com_github_nlohmann_json` -> 3.11.3 (#31353) Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index b2cdf6e33467..a988835a5247 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -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",