deps: Update dependency rules_jvm_external to v6.10#607
Conversation
|
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughUpdated the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@third_party/java/toolchains.MODULE.bazel`:
- Line 2: The PR bumped bazel_dep(name = "rules_jvm_external", version = "6.10")
but the lock file format changed; regenerate the maven_install.json lock by
running REPIN=1 bazel run `@maven//`:pin and commit the updated
maven_install.json, and while doing so verify the build to see if the reported
rules_android "label_list provider" initialization error reproduces—if it does,
update the rules_android dependency to a compatible version or pin a transient
fix before merging; ensure the updated lock file and any rules_android changes
are included in the same commit.
9943464 to
525a7f7
Compare
2139580 to
f7ec45b
Compare
6565e10 to
3f37cb5
Compare
09c0f2c to
afc905c
Compare
169ce88 to
89d593a
Compare
This PR contains the following updates:
6.9→6.10Release Notes
bazelbuild/rules_jvm_external (rules_jvm_external)
v6.10Compare Source
Please note The lock file format was changed in
rules_jvm_external5.1 and again in 6.10. If you update and repin your dependencies, your lock file will use the new format.Usage
This version of
rules_jvm_externalrequires Bazel 6.5.0, Bazel 7.6.1 or Bazel 8.5.0 or Bazel 9.This release requires Java 11 or above to run, both as the host JDK and the build and tool JDK.
Bzlmod
If you are using Bazel 7 or above, in your
MODULE.bazelfile:To add dependencies, later in your
MODULE.bazelfile:Workspace-based builds
In your
WORKSPACEfile, add:Then, later in your
WORKSPACEfile, you can pull in dependencies from a maven repository:Using dependencies
In your
BUILD.bazelfile, reference the targets directly:What's Changed
ba7310cby @ahumesky in bazel-contrib#1297amend_artifactfor explicit unset state by @JonathanPerry651 in bazel-contrib#1499COURSIER_SHA256environment variable by @albertocavalcante in bazel-contrib#1527New Contributors
Full Changelog: bazel-contrib/rules_jvm_external@6.9...6.10
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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 this update again.
This PR has been generated by Mend Renovate.