Skip to content

Commit ca39e72

Browse files
committed
Bump xmlsec1 unix lib to 1.3.11
1 parent 6e1baf2 commit ca39e72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cache_libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
required: false
2121
type: string
2222
XMLSEC1_VERSION:
23-
default: "1.3.10"
23+
default: "1.3.11"
2424
required: false
2525
type: string
2626
ZLIB_VERSION:

build_support/lib_xmlsec_dependency_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class LibXmlsecDependencyBuilder:
5050
'libxml2_version': '2.14.6', # Make sure it matches with lxml
5151
'libxslt_version': '1.1.43',
5252
'openssl_version': '3.6.0',
53-
'xmlsec1_version': '1.3.10',
53+
'xmlsec1_version': '1.3.11',
5454
'zlib_version': '1.3.1',
5555
}
5656
WINDOWS_DEFAULT_LIB_VERSIONS: ClassVar[dict[str, str]] = {

0 commit comments

Comments
 (0)