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
Fixed git submodule nlohmann_json.
  • Loading branch information
marcalff committed Jun 10, 2022
1 parent e4034bf commit 64cafa3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
10 changes: 7 additions & 3 deletions bazel/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ filegroup(
#
# MAINTAINER
#
# This file is used for the Bazel build.
#
# 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
# please update:
# - the CMake build, see file
# <root>/third_party_release
# - git submodule, see command
# git submodule status
#

def opentelemetry_cpp_deps():
Expand Down
2 changes: 1 addition & 1 deletion third_party/nlohmann-json
Submodule nlohmann-json updated 627 files
10 changes: 7 additions & 3 deletions third_party_release
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
#
# MAINTAINER
#
# This file is used for the CMake build.
#
# 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
# please update:
# - the Bazel build, see file
# <root>/bazel/repository.bzl
# - git submodule, see command
# git submodule status
#

gRPC=v1.43.2
Expand Down

0 comments on commit 64cafa3

Please sign in to comment.