Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade nlohmann_json to 3.10.5 (#1438) #1441

Merged
merged 3 commits into from
Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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://github.com/nlohmann/json/releases/download/v3.6.1/include.zip",
"https://github.com/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
marcalff marked this conversation as resolved.
Show resolved Hide resolved
opentelemetry-proto=v0.17.0
prometheus-cpp=v1.0.0
vcpkg=2022.04.12