From 3cc6cd04280091a089ea204586a2da69eaeaef5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:23:04 +0000 Subject: [PATCH] Update dependency openssl/openssl to v3.3.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b3e613..05f32a9 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ CRITERION_VERSION=2.4.2 SHUNIT_VERSION=2.1.8 CURL_VERSION_TAG=8_8_0 CURL_VERSION=$(shell echo $(CURL_VERSION_TAG) | sed -e 's/_/./g') -OPENSSL_VERSION=3.3.0 +OPENSSL_VERSION=3.3.1 ZLIB_VERSION=1.3.1 DIST ?= unknown