Skip to content

Commit 8ea7b1c

Browse files
committed
Bump OpenSSL to 3.6.2
1 parent bd327f9 commit 8ea7b1c

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
@@ -16,7 +16,7 @@ on:
1616
required: false
1717
type: string
1818
OPENSSL_VERSION:
19-
default: "3.6.0"
19+
default: "3.6.2"
2020
required: false
2121
type: string
2222
XMLSEC1_VERSION:

build_support/lib_xmlsec_dependency_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class LibXmlsecDependencyBuilder:
4848
'libiconv_version': '1.18',
4949
'libxml2_version': '2.14.6', # Make sure it matches with lxml
5050
'libxslt_version': '1.1.43',
51-
'openssl_version': '3.6.0',
51+
'openssl_version': '3.6.2',
5252
'xmlsec1_version': '1.3.10',
5353
'zlib_version': '1.3.1',
5454
}

0 commit comments

Comments
 (0)