Skip to content

Commit

Permalink
Upgrade Nlohmann JSON library version from 3.10.5 to 3.11.2 (#2115)
Browse files Browse the repository at this point in the history
  • Loading branch information
cngzhnp authored Apr 27, 2023
1 parent a39e8b5 commit fbcf3aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bazel/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)

Expand Down
2 changes: 1 addition & 1 deletion third_party/nlohmann-json
Submodule nlohmann-json updated 1123 files
2 changes: 1 addition & 1 deletion third_party_release
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbcf3aa

Please sign in to comment.