From ecef91b0f5e5ec17ce127de824e37aea7981e07a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:47:14 +0000 Subject: [PATCH] chore(deps): update dependency openssl/openssl to v3.4.0 --- scripts/VERSIONS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/VERSIONS b/scripts/VERSIONS index 75461db1..167afb84 100644 --- a/scripts/VERSIONS +++ b/scripts/VERSIONS @@ -1,7 +1,7 @@ #!/bin/bash # renovate: datasource=github-tags depName=openssl/openssl -OPENSSL_VERSION=3.3.2 +OPENSSL_VERSION=3.4.0 # renovate: datasource=github-tags depName=nghttp2/nghttp2 NGHTTP2_VERSION=1.64.0