Skip to content

Comments

Bump rules_jvm_external from 6.8 to 6.10#3851

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bazel/rules_jvm_external-6.10
Open

Bump rules_jvm_external from 6.8 to 6.10#3851
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bazel/rules_jvm_external-6.10

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2026

Bumps rules_jvm_external from 6.8 to 6.10.

Release notes

Sourced from rules_jvm_external's releases.

6.10

Please note The lock file format was changed in rules_jvm_external 5.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_external requires 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.bazel file:

bazel_dep(name = "rules_jvm_external", version = "6.10")

To add dependencies, later in your MODULE.bazel file:

maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")
maven.install(
artifacts = [
"org.seleniumhq.selenium:selenium-java:4.40.0",
],
lock_file = "//:maven_install.json",
)
use_repo(maven, "maven")

Workspace-based builds

In your WORKSPACE file, add:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
RULES_JVM_EXTERNAL_TAG = "6.10"
RULES_JVM_EXTERNAL_SHA = "e5f83b8f2678d2b26441e5eafefb1b061826608417b8d24e5e8e15e585eab1ba"
http_archive(
name = "rules_jvm_external",
strip_prefix = "rules_jvm_external-%s" % RULES_JVM_EXTERNAL_TAG,
sha256 = RULES_JVM_EXTERNAL_SHA,
url = "https://github.com/bazel-contrib/rules_jvm_external/releases/download/%s/rules_jvm_external-%s.tar.gz" % (RULES_JVM_EXTERNAL_TAG, RULES_JVM_EXTERNAL_TAG)
)
load("@​rules_jvm_external//:repositories.bzl", "rules_jvm_external_deps")
</tr></table>

... (truncated)

Commits
  • f23697e Prepare for 6.10 release (#1521)
  • 9b72b6e Add presubmit check for prebuilt jars (#1486)
  • 65eb4ad Upload artifacts in parallel (address artifactorys "Maven Snapshot Version Be...
  • 66e07e4 feat: Support COURSIER_SHA256 environment variable (#1527)
  • e43fffe fix: Do not add coursier opts when run other tools (#1531)
  • bf2ecf4 fix: add string attributes to amend_artifact for explicit unset state (#1499)
  • 2c50ea4 fix: use forward slash separator in Maven purl format (#1530)
  • 82e529a Load rules from specific bzl files and add sh_test imports (#1529)
  • 50b2011 Added non-conflicting hash for install files (#1454)
  • 2509468 Update the maven and coursier resolver tests to create a class index file. (#...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rules_jvm_external](https://github.com/bazel-contrib/rules_jvm_external) from 6.8 to 6.10.
- [Release notes](https://github.com/bazel-contrib/rules_jvm_external/releases)
- [Commits](bazel-contrib/rules_jvm_external@6.8...6.10)

---
updated-dependencies:
- dependency-name: rules_jvm_external
  dependency-version: '6.10'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Feb 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants