Skip to content

Commit 52bb398

Browse files
davidbenBoringssl LUCI CQ
authored andcommitted
Update Bazel deps and bump version for BCR
Change-Id: I4cec91ceadf1be7413085f56c2f9efaa18fc8ca2 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/82547 Reviewed-by: Lily Chen <[email protected]> Commit-Queue: Lily Chen <[email protected]> Auto-Submit: David Benjamin <[email protected]>
1 parent f6b9ddd commit 52bb398

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# the revision where we bump the version.
1717
module(
1818
name = "boringssl",
19-
version = "0.20250818.0",
19+
version = "0.20251002.0",
2020
compatibility_level = 2,
2121
)
2222

@@ -30,7 +30,7 @@ module(
3030
# need to request they run tests when triaging issues. If
3131
# https://github.com/bazelbuild/bazel/issues/22187 is ever fixed, we can change
3232
# this.
33-
bazel_dep(name = "googletest", version = "1.17.0")
33+
bazel_dep(name = "googletest", version = "1.17.0.bcr.1")
3434
bazel_dep(name = "platforms", version = "1.0.0")
35-
bazel_dep(name = "rules_cc", version = "0.2.0")
35+
bazel_dep(name = "rules_cc", version = "0.2.8")
3636
bazel_dep(name = "rules_license", version = "1.0.0")

MODULE.bazel.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)