Skip to content

Commit

Permalink
Upgrade nlohmann_json to 3.10.5 (open-telemetry#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Jun 10, 2022
1 parent 6ee70a7 commit e4034bf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
13 changes: 11 additions & 2 deletions bazel/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ filegroup(
)
"""

#
# MAINTAINER
#
# When changing (add, upgrade, remove) dependencies
# in this file for the Bazel build,
# please update the CMake build as well,
# see <root>/third_party_release
#

def opentelemetry_cpp_deps():
"""Loads dependencies need to compile the opentelemetry-cpp library."""

Expand Down Expand Up @@ -86,9 +95,9 @@ def opentelemetry_cpp_deps():
http_archive,
name = "github_nlohmann_json",
build_file = "@io_opentelemetry_cpp//bazel:nlohmann_json.BUILD",
sha256 = "69cc88207ce91347ea530b227ff0776db82dcb8de6704e1a3d74f4841bc651cf",
sha256 = "b94997df68856753b72f0d7a3703b7d484d4745c567f3584ef97c96c25a5798e",
urls = [
"https:/nlohmann/json/releases/download/v3.6.1/include.zip",
"https:/nlohmann/json/releases/download/v3.10.5/include.zip",
],
)

Expand Down
11 changes: 10 additions & 1 deletion third_party_release
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
#
# MAINTAINER
#
# When changing (add, upgrade, remove) dependencies
# in this file for the CMake build,
# please update the Bazel build as well,
# see <root>/bazel/repository.bzl
#

gRPC=v1.43.2
thrift=0.14.1
abseil=20210324.0
benchmark=v1.5.3
googletest=release-1.10.0-459-ga6dfd3ac
ms-gsl=v3.1.0-67-g6f45293
nlohmann-json=v3.9.1
nlohmann-json=v3.10.5
opentelemetry-proto=v0.17.0
prometheus-cpp=v1.0.0
vcpkg=2022.04.12

0 comments on commit e4034bf

Please sign in to comment.