Skip to content

Commit

Permalink
Bump module version and Bazel dependencies
Browse files Browse the repository at this point in the history
Not sure what cadence we'll settle to for these snapshots, but let's
kick off another one. I've gone ahead and updated the dependencies from
https://registry.bazel.build, because it seemed natural to just do those
at the same time.

Change-Id: Ifa609a80c110a1cbf196f9f1a23fb8d533b029f9
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/71667
Reviewed-by: Bob Beck <[email protected]>
Commit-Queue: Bob Beck <[email protected]>
Auto-Submit: David Benjamin <[email protected]>
  • Loading branch information
davidben authored and Boringssl LUCI CQ committed Oct 1, 2024
1 parent f8bb652 commit 81345b8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# the revision where we bump the version.
module(
name = "boringssl",
version = "0.20240913.0",
version = "0.20240930.0",
compatibility_level = 2,
)

Expand All @@ -33,5 +33,5 @@ module(
bazel_dep(name = "googletest", version = "1.15.2")

bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_cc", version = "0.0.10")
bazel_dep(name = "rules_license", version = "1.0.0")
14 changes: 10 additions & 4 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81345b8

Please sign in to comment.