Skip to content

Commit 843a906

Browse files
renovate[bot]cmeister2
authored andcommitted
chore(deps): update dependency openssl/openssl to v3.6.0
1 parent d878d59 commit 843a906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if(NOT (DEFINED ENV{SANITIZER} AND "$ENV{SANITIZER}" STREQUAL "memory"))
5555
# Install openssl
5656
#
5757
# renovate: datasource=github-tags depName=openssl/openssl
58-
set(OPENSSL_VERSION 3.5.4)
58+
set(OPENSSL_VERSION 3.6.0)
5959
set(OPENSSL_URL https://github.com/openssl/openssl/releases/download/openssl-${OPENSSL_VERSION}/openssl-${OPENSSL_VERSION}.tar.gz)
6060
set(OPENSSL_INSTALL_DIR ${CMAKE_BINARY_DIR}/openssl-install)
6161
set(OPENSSL_SRC_DIR ${CMAKE_BINARY_DIR}/openssl/src/openssl_external)

0 commit comments

Comments
 (0)