Skip to content

Commit

Permalink
splunk-opentelemetry-cpp: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jan 20, 2024
1 parent 9ff3b02 commit 07bad4b
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 @@ -40,7 +40,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("opentelemetry-cpp/1.0.1", transitive_headers=True)
self.requires("opentelemetry-cpp/1.9.1", transitive_headers=True)

def validate(self):
if self.settings.compiler.get_safe("cppstd"):
Expand Down

0 comments on commit 07bad4b

Please sign in to comment.