Skip to content

Comments

Bump rules_jvm_external from 6.9 to 6.10 in the dependencies group#247

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bazel/dependencies-148be9e96f
Closed

Bump rules_jvm_external from 6.9 to 6.10 in the dependencies group#247
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bazel/dependencies-148be9e96f

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 1 update: rules_jvm_external.

Updates rules_jvm_external from 6.9 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [rules_jvm_external](https://github.com/bazel-contrib/rules_jvm_external).


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

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

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 9, 2026
@cpovirk cpovirk self-assigned this Feb 9, 2026
copybara-service bot pushed a commit that referenced this pull request Feb 9, 2026
I had to manually regenerate the lock file, presumably as a result of dependabot/dependabot-core#14087. (I also updated `maven_install.json`, even though I probably didn't need to.)

Fixes #247

RELNOTES=n/a
PiperOrigin-RevId: 867657336
copybara-service bot pushed a commit that referenced this pull request Feb 9, 2026
I had to manually regenerate the lock file, presumably as a result of dependabot/dependabot-core#14087. (I also updated `maven_install.json`, even though I probably didn't need to.)

Fixes #247

RELNOTES=n/a
PiperOrigin-RevId: 867657336
@copybara-service copybara-service bot closed this in 5db4fd7 Feb 9, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

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.

1 participant