Skip to content

Commit 302c810

Browse files
committed
Revert "SPIKE: DONT MERGE - bump xmlsec 1.3.11-rc1"
This reverts commit 41786fd.
1 parent d9bc93e commit 302c810

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.11-rc1"
23+
default: "1.3.10"
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
@@ -52,7 +52,7 @@ class LibXmlsecDependencyBuilder:
5252
'libxml2_version': '2.14.6', # Make sure it matches with lxml
5353
'libxslt_version': '1.1.43',
5454
'openssl_version': '3.6.0',
55-
'xmlsec1_version': '1.3.11-rc1',
55+
'xmlsec1_version': '1.3.10',
5656
'zlib_version': '1.3.1',
5757
}
5858
WINDOWS_DEFAULT_LIB_VERSIONS: ClassVar[dict[str, str]] = {

0 commit comments

Comments
 (0)