From 6c51ee26776b875a3b8123fbbdec13e6a4225b02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:15:49 +0000 Subject: [PATCH] chore(deps): update dependency boringssl to v0.20251124.0 --- tests/MODULE.bazel | 2 +- tests/WORKSPACE | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/MODULE.bazel b/tests/MODULE.bazel index 9ffecf0c..94879acd 100644 --- a/tests/MODULE.bazel +++ b/tests/MODULE.bazel @@ -29,7 +29,7 @@ bazel_dep(name = "rules_license", version = "1.0.0") bazel_dep(name = "rules_rust", version = "0.67.0") bazel_dep(name = "rules_shell", version = "0.6.1") bazel_dep(name = "abseil-cpp", version = "20250814.1", repo_name = "com_google_absl") -bazel_dep(name = "boringssl", version = "0.20251110.0") +bazel_dep(name = "boringssl", version = "0.20251124.0") # TODO: Remove when protobuf is released with a version of rules_python that supports 8.x bazel_dep(name = "rules_python", version = "1.7.0") diff --git a/tests/WORKSPACE b/tests/WORKSPACE index 2b946cd1..d568d904 100644 --- a/tests/WORKSPACE +++ b/tests/WORKSPACE @@ -268,9 +268,9 @@ http_archive( http_archive( name = "boringssl", - sha256 = "1d3b33e4a8b935cb72825d8b911f0c90d123a20b4251545030ef06deb64414c9", - strip_prefix = "boringssl-0.20251110.0", - urls = ["https://github.com/google/boringssl/releases/download/0.20251110.0/boringssl-0.20251110.0.tar.gz"], + sha256 = "d47f89b894bf534c82071d7426c5abf1e5bd044fee242def53cd5d3d0f656c09", + strip_prefix = "boringssl-0.20251124.0", + urls = ["https://github.com/google/boringssl/releases/download/0.20251124.0/boringssl-0.20251124.0.tar.gz"], ) http_archive(