From bedac85a6b473fbd7cea216a1fa004faf9336969 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:03:44 +0000 Subject: [PATCH] chore(deps): update dependency zlib to v1.3.2 --- fetch_deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fetch_deps.bzl b/fetch_deps.bzl index 70243f3f..1ac5e990 100644 --- a/fetch_deps.bzl +++ b/fetch_deps.bzl @@ -86,10 +86,10 @@ def fetch_direct_dependencies(): http_archive( name = "zlib", build_file = "@scip_clang//third_party:zlib.BUILD", - sha256 = "17e88863f3600672ab49182f217281b6fc4d3c762bde361935e436a95214d05c", - strip_prefix = "zlib-1.3.1", + sha256 = "b99a0b86c0ba9360ec7e78c4f1e43b1cbdf1e6936c8fa0f6835c0cd694a495a1", + strip_prefix = "zlib-1.3.2", urls = [ - "https://github.com/madler/zlib/archive/refs/tags/v1.3.1.tar.gz", + "https://github.com/madler/zlib/archive/refs/tags/v1.3.2.tar.gz", ], )