Skip to content

Commit 0feb868

Browse files
chore(deps): update dependency boringssl to v0.20251110.0 (#612)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [boringssl](https://boringssl.googlesource.com/boringssl/) | bazel_dep | minor | `0.20251002.0` -> `0.20251110.0` | | [boringssl](https://redirect.github.com/google/boringssl) | http_archive | minor | `0.20251002.0` -> `0.20251110.0` | --- ### Release Notes <details> <summary>google/boringssl (boringssl)</summary> ### [`v0.20251110.0`](https://redirect.github.com/google/boringssl/compare/0.20251002.0...0.20251110.0) [Compare Source](https://redirect.github.com/google/boringssl/compare/0.20251002.0...0.20251110.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bazel-contrib/toolchains_llvm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c1a4a9 commit 0feb868

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bazel_dep(name = "rules_license", version = "1.0.0")
2929
bazel_dep(name = "rules_rust", version = "0.67.0")
3030
bazel_dep(name = "rules_shell", version = "0.6.1")
3131
bazel_dep(name = "abseil-cpp", version = "20250814.1", repo_name = "com_google_absl")
32-
bazel_dep(name = "boringssl", version = "0.20251002.0")
32+
bazel_dep(name = "boringssl", version = "0.20251110.0")
3333

3434
# TODO: Remove when protobuf is released with a version of rules_python that supports 8.x
3535
bazel_dep(name = "rules_python", version = "1.6.3")

tests/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ http_archive(
268268

269269
http_archive(
270270
name = "boringssl",
271-
sha256 = "f96733fc3df03d4195db656d1b7b8c174c33f95d052f811f0ecc8f4e4e3db332",
272-
strip_prefix = "boringssl-0.20251002.0",
273-
urls = ["https://github.com/google/boringssl/releases/download/0.20251002.0/boringssl-0.20251002.0.tar.gz"],
271+
sha256 = "1d3b33e4a8b935cb72825d8b911f0c90d123a20b4251545030ef06deb64414c9",
272+
strip_prefix = "boringssl-0.20251110.0",
273+
urls = ["https://github.com/google/boringssl/releases/download/0.20251110.0/boringssl-0.20251110.0.tar.gz"],
274274
)
275275

276276
http_archive(

0 commit comments

Comments
 (0)