Skip to content

Commit 0375cd4

Browse files
authored
Upgrade to nlohmann_json 3.11.3 (#2595)
1 parent 788631d commit 0375cd4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bazel/repository.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ def opentelemetry_cpp_deps():
112112
http_archive,
113113
name = "github_nlohmann_json",
114114
build_file = "@io_opentelemetry_cpp//bazel:nlohmann_json.BUILD",
115-
sha256 = "e5c7a9f49a16814be27e4ed0ee900ecd0092bfb7dbfca65b5a421b774dccaaed",
115+
sha256 = "a22461d13119ac5c78f205d3df1db13403e58ce1bb1794edc9313677313f4a9d",
116116
urls = [
117-
"https://github.com/nlohmann/json/releases/download/v3.11.2/include.zip",
117+
"https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip",
118118
],
119119
)
120120

third_party/nlohmann-json

Submodule nlohmann-json updated 286 files

third_party_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abseil=20220623.1
1818
benchmark=v1.7.1
1919
googletest=1.14.0
2020
ms-gsl=v3.1.0-67-g6f45293
21-
nlohmann-json=v3.11.2
21+
nlohmann-json=v3.11.3
2222
opentelemetry-proto=v1.1.0
2323
opentracing-cpp=v1.6.0
2424
prometheus-cpp=v1.1.0

0 commit comments

Comments
 (0)