Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cache_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
required: false
type: string
XMLSEC1_VERSION:
default: "1.3.10"
default: "1.3.11-rc1"
Comment thread
mxamin marked this conversation as resolved.
required: false
type: string
ZLIB_VERSION:
Expand Down
2 changes: 1 addition & 1 deletion build_support/lib_xmlsec_dependency_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class LibXmlsecDependencyBuilder:
'libxml2_version': '2.14.6', # Make sure it matches with lxml
'libxslt_version': '1.1.43',
'openssl_version': '3.6.0',
'xmlsec1_version': '1.3.10',
'xmlsec1_version': '1.3.11-rc1',
Comment thread
mxamin marked this conversation as resolved.
'zlib_version': '1.3.1',
}
WINDOWS_DEFAULT_LIB_VERSIONS: ClassVar[dict[str, str]] = {
Expand Down
Loading