From 33cc8cfc30b6414541c35bae86af63604b2a6c76 Mon Sep 17 00:00:00 2001 From: Kirill Gontar Date: Thu, 25 Sep 2025 21:16:47 +0200 Subject: [PATCH] fix: Update zlib submodule to version 1.3.1 Update zlib git submodule to commit 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf to match the version 1.3.1 specified in libraries/third_party_libraries_manifest.json. This fixes the inconsistency where the manifest declared zlib 1.3.1 but the actual submodule was pointing to zlib 1.3 (commit 09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851). --- libraries/cmake/source/zlib/src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/cmake/source/zlib/src b/libraries/cmake/source/zlib/src index 09155eaa2f9..51b7f2abdad 160000 --- a/libraries/cmake/source/zlib/src +++ b/libraries/cmake/source/zlib/src @@ -1 +1 @@ -Subproject commit 09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851 +Subproject commit 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf