This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-2 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 6ef32f8e021fd930de182626329733815124e8e0 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Wed Feb 4 11:55:29 2026 +0300 Update zlib version to 2.3.3 --- cmake/zlib.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/zlib.cmake b/cmake/zlib.cmake index 88a902495..5299536e6 100644 --- a/cmake/zlib.cmake +++ b/cmake/zlib.cmake @@ -20,8 +20,8 @@ include_guard() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(zlib - zlib-ng/zlib-ng 2.3.2 - MD5=7818ea3f3ad80873674faf500fd12a0d + zlib-ng/zlib-ng 2.3.3 + MD5=a2c8df556b61266f100d331268123115 ) FetchContent_MakeAvailableWithArgs(zlib
