diff --git a/tests/MODULE.bazel b/tests/MODULE.bazel index eb76a340..7e8244b6 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.70.0") bazel_dep(name = "rules_shell", version = "0.8.0") bazel_dep(name = "abseil-cpp", version = "20250814.2", repo_name = "com_google_absl") -bazel_dep(name = "boringssl", version = "0.20260526.0") +bazel_dep(name = "boringssl", version = "0.20260713.0") single_version_override( module_name = "boringssl", patches = ["//:boringssl-20260413.0.patch"], diff --git a/tests/WORKSPACE b/tests/WORKSPACE index 5a5bc58a..168c9a1c 100644 --- a/tests/WORKSPACE +++ b/tests/WORKSPACE @@ -338,9 +338,9 @@ http_archive( name = "boringssl", patch_args = ["-p1"], patches = ["//:boringssl-20260413.0.patch"], - sha256 = "6c94f115372978f4505df8280522111c03f2ec4efbdf2dcc713cb8cf1fa9aaab", - strip_prefix = "boringssl-0.20260526.0", - urls = ["https://github.com/google/boringssl/releases/download/0.20260526.0/boringssl-0.20260526.0.tar.gz"], + sha256 = "8176853e9d5c0f1af15270587f3c577171a60fddbd0ee903f7763663c04db949", + strip_prefix = "boringssl-0.20260713.0", + urls = ["https://github.com/google/boringssl/releases/download/0.20260713.0/boringssl-0.20260713.0.tar.gz"], ) http_archive(