diff --git a/bazel/repository.bzl b/bazel/repository.bzl index 847b8bb9d1..d3605e36bf 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 = "b94997df68856753b72f0d7a3703b7d484d4745c567f3584ef97c96c25a5798e", + sha256 = "e5c7a9f49a16814be27e4ed0ee900ecd0092bfb7dbfca65b5a421b774dccaaed", urls = [ - "https://github.com/nlohmann/json/releases/download/v3.10.5/include.zip", + "https://github.com/nlohmann/json/releases/download/v3.11.2/include.zip", ], ) diff --git a/third_party/nlohmann-json b/third_party/nlohmann-json index 4f8fba1406..bc889afb4c 160000 --- a/third_party/nlohmann-json +++ b/third_party/nlohmann-json @@ -1 +1 @@ -Subproject commit 4f8fba14066156b73f1189a2b8bd568bde5284c5 +Subproject commit bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d diff --git a/third_party_release b/third_party_release index 7290896c2d..bffdd2137b 100644 --- a/third_party_release +++ b/third_party_release @@ -19,7 +19,7 @@ abseil=20220623.1 benchmark=v1.5.3 googletest=release-1.12.1 ms-gsl=v3.1.0-67-g6f45293 -nlohmann-json=v3.10.5 +nlohmann-json=v3.11.2 opentelemetry-proto=v0.19.0 opentracing-cpp=v1.6.0 prometheus-cpp=v1.1.0