Skip to content

Commit

Permalink
(#21727) xmlsec: bump libxslt
Browse files Browse the repository at this point in the history
  • Loading branch information
temap authored Dec 12, 2023
1 parent d5f311b commit a11b706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/xmlsec/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def requirements(self):
if self.options.with_openssl:
self.requires("openssl/[>=1.1 <4]", transitive_headers=True)
if self.options.with_xslt:
self.requires("libxslt/1.1.34")
self.requires("libxslt/1.1.37")

def validate(self):
if self.options.with_nss:
Expand Down

0 comments on commit a11b706

Please sign in to comment.