Skip to content

Commit 44b8c2d

Browse files
Update dependency zlib to v1.2.13
1 parent 46425fb commit 44b8c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class AwssdkcppConan(ConanFile):
1515
short_paths = True
1616
settings = "os", "compiler", "build_type", "arch"
1717
generators = "cmake"
18-
requires = "zlib/1.2.11"
18+
requires = "zlib/1.2.13"
1919
exports_sources = ["patch-cmakelists.patch", "patch-c-libs.patch"]
2020
sdks = ("access_management",
2121
"acm",

0 commit comments

Comments
 (0)