Skip to content

Commit

Permalink
bump nlohmann_json
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Mar 23, 2024
1 parent 1ce6b3b commit 0f17c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/splunk-opentelemetry-cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def layout(self):
def requirements(self):
self.requires("opentelemetry-cpp/1.9.1", transitive_headers=True) # v1.12 is not compatible
self.requires("grpc/1.54.3")
self.requires("nlohmann_json/3.11.2")
self.requires("nlohmann_json/3.11.3")
if self.options.build_jaeger_exporter:
self.requires("thrift/0.17.0")
self.requires("libcurl/[>=7.78.0 <9]")
Expand Down

0 comments on commit 0f17c0d

Please sign in to comment.