Skip to content

Commit

Permalink
(#21978) norm: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Dec 28, 2023
1 parent 46f6cda commit a21ba9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/norm/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("libxml2/2.12.2") # dependency of protolib actually
self.requires("libxml2/2.12.3") # dependency of protolib actually

def source(self):
get(self, **self.conan_data["sources"][self.version])
Expand Down

0 comments on commit a21ba9f

Please sign in to comment.