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