Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Apr 17, 2023
1 parent 7f22256 commit 22f8559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/xmlsec/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def layout(self):
basic_layout(self, src_folder="src")

def requirements(self):
self.requires("libxml2/2.10.3")
self.requires("libxml2/2.10.4")
if self.options.with_openssl:
self.requires("openssl/1.1.1s")
self.requires("openssl/3.1.0")
if self.options.with_xslt:
self.requires("libxslt/1.1.34")

Expand Down

0 comments on commit 22f8559

Please sign in to comment.