diff --git a/bazel/repository.bzl b/bazel/repository.bzl index 5138e74a35..020730b2a5 100644 --- a/bazel/repository.bzl +++ b/bazel/repository.bzl @@ -112,9 +112,9 @@ def opentelemetry_cpp_deps(): http_archive, name = "github_nlohmann_json", build_file = "@io_opentelemetry_cpp//bazel:nlohmann_json.BUILD", - sha256 = "e5c7a9f49a16814be27e4ed0ee900ecd0092bfb7dbfca65b5a421b774dccaaed", + sha256 = "a22461d13119ac5c78f205d3df1db13403e58ce1bb1794edc9313677313f4a9d", urls = [ - "https://github.com/nlohmann/json/releases/download/v3.11.2/include.zip", + "https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip", ], ) diff --git a/third_party/nlohmann-json b/third_party/nlohmann-json index bc889afb4c..9cca280a4d 160000 --- a/third_party/nlohmann-json +++ b/third_party/nlohmann-json @@ -1 +1 @@ -Subproject commit bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d +Subproject commit 9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03 diff --git a/third_party_release b/third_party_release index 747eb2102e..80b86f5bfa 100644 --- a/third_party_release +++ b/third_party_release @@ -18,7 +18,7 @@ abseil=20220623.1 benchmark=v1.7.1 googletest=1.14.0 ms-gsl=v3.1.0-67-g6f45293 -nlohmann-json=v3.11.2 +nlohmann-json=v3.11.3 opentelemetry-proto=v1.1.0 opentracing-cpp=v1.6.0 prometheus-cpp=v1.1.0