Skip to content

Commit 515bcff

Browse files
committed
Use xmlsec1-1.3.10-rc1 for linux builds
1 parent 6a61cae commit 515bcff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.9"
23+
default: "1.3.10-rc1"
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
@@ -49,7 +49,7 @@ class LibXmlsecDependencyBuilder:
4949
'libxml2_version': '2.14.6', # Make sure it matches with lxml
5050
'libxslt_version': '1.1.43',
5151
'openssl_version': '3.6.0',
52-
'xmlsec1_version': '1.3.9',
52+
'xmlsec1_version': '1.3.10-rc1',
5353
'zlib_version': '1.3.1',
5454
}
5555
WINDOWS_DEFAULT_LIB_VERSIONS: ClassVar[dict[str, str]] = {

0 commit comments

Comments
 (0)