Skip to content

Commit

Permalink
[Cpp]: update arrow version to v14.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: sunby <[email protected]>
  • Loading branch information
sunby committed Jan 9, 2024
1 parent 8d5b1ff commit 335f947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def configure(self):

def requirements(self):
self.requires("boost/1.81.0")
self.requires("arrow/12.0.1")
self.requires("arrow/14.0.2")
self.requires("openssl/3.1.2")
self.requires("protobuf/3.21.4")
self.requires("glog/0.6.0")
Expand Down

0 comments on commit 335f947

Please sign in to comment.