From 53a2c997ba9e28125db45f88ee61cdbd063737dc Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Sat, 6 Dec 2025 14:33:41 +0100 Subject: [PATCH] Upgrade zlib to 1.3.1 Signed-off-by: Adam J. Stewart --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index a81eef7..1f20477 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -26,9 +26,9 @@ http_archive( http_archive( name = "zlib", build_file = "@com_google_protobuf//:third_party/zlib.BUILD", - sha256 = "d8688496ea40fb61787500e863cc63c9afcbc524468cedeb478068924eb54932", - strip_prefix = "zlib-1.2.12", - urls = ["https://github.com/madler/zlib/archive/v1.2.12.tar.gz"], + sha256 = "17e88863f3600672ab49182f217281b6fc4d3c762bde361935e436a95214d05c", + strip_prefix = "zlib-1.3.1", + urls = ["https://github.com/madler/zlib/archive/v1.3.1.tar.gz"], ) # Needed by com_google_protobuf.