Skip to content

Commit

Permalink
Update Bazel dependencies
Browse files Browse the repository at this point in the history
 - bazel_skylib: 1.6.1 -> 1.7.1
 - stardoc: 0.5.6 -> 0.7.1
 - rules_cc: 0.0.9 -> 0.0.10
 - rules_proto: 6.0.0 -> 6.0.2

Also fixes version of rules_jvm_external to 6.0 for the patch override

Split off from #23649

Closes #23654.

PiperOrigin-RevId: 676762672
Change-Id: Iae347bac2d4ea4da5f03b20419c8f15367455203
  • Loading branch information
hvadehra authored and iancha1992 committed Sep 20, 2024
1 parent 6b977d6 commit e331a43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bazel_dep(name = "protobuf", version = "21.7", repo_name = "com_google_protobuf"
bazel_dep(name = "grpc", version = "1.48.1.bcr.1", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_pkg", version = "0.9.1")
bazel_dep(name = "stardoc", version = "0.7.0", repo_name = "io_bazel_skydoc")
bazel_dep(name = "stardoc", version = "0.7.1", repo_name = "io_bazel_skydoc")
bazel_dep(name = "zstd-jni", version = "1.5.2-3.bcr.1")
bazel_dep(name = "blake3", version = "1.5.1.bcr.1")
bazel_dep(name = "sqlite3", version = "3.42.0.bcr.1")
Expand All @@ -42,6 +42,7 @@ single_version_override(
module_name = "rules_jvm_external",
patch_strip = 1,
patches = ["//third_party:rules_jvm_external_6.0.patch"],
version = "6.0",
)

local_path_override(
Expand Down
12 changes: 4 additions & 8 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 e331a43

Please sign in to comment.