Skip to content

chore(deps): update dependency bazel_jar_jar to v0.1.15#9

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bazel_jar_jar-0.x
Open

chore(deps): update dependency bazel_jar_jar to v0.1.15#9
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bazel_jar_jar-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 16, 2026

This PR contains the following updates:

Package Type Update Change
bazel_jar_jar bazel_dep patch 0.1.120.1.15

Release Notes

bazeltools/bazel_jar_jar (bazel_jar_jar)

v0.1.15

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc (default with Bazel 7).
  2. Add to your MODULE.bazel file:
bazel_dep(name = "bazel_jar_jar", version = "0.1.15")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazel_jar_jar",
    sha256 = "ac11a42b7e3de37dae6ebd54ea5c1e306a17af12004b7f48fc7a46c451fd94b9",
    strip_prefix = "bazel_jar_jar-0.1.15",
    url = "https://github.com/bazeltools/bazel_jar_jar/releases/download/v0.1.15/bazel_jar_jar-v0.1.15.tar.gz",
)

load(
    "@​com_github_johnynek_bazel_jar_jar//:jar_jar.bzl",
    "jar_jar_repositories",
)

jar_jar_repositories()

What's Changed

New Contributors

Full Changelog: bazeltools/bazel_jar_jar@v0.1.14...v0.1.15

v0.1.14

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc (default with Bazel 7).
  2. Add to your MODULE.bazel file:
bazel_dep(name = "bazel_jar_jar", version = "0.1.14")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazel_jar_jar",
    sha256 = "ed5fc91f910970377bda91543ebc9decf3d4179a6b4ca1d0d4f1602fe47828b7",
    strip_prefix = "bazel_jar_jar-0.1.14",
    url = "https://github.com/bazeltools/bazel_jar_jar/releases/download/v0.1.14/bazel_jar_jar-v0.1.14.tar.gz",
)

load(
    "@​com_github_johnynek_bazel_jar_jar//:jar_jar.bzl",
    "jar_jar_repositories",
)

jar_jar_repositories()

What's Changed

New Contributors

Full Changelog: bazeltools/bazel_jar_jar@v0.1.13...v0.1.14

v0.1.13

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc (default with Bazel 7).
  2. Add to your MODULE.bazel file:
bazel_dep(name = "bazel_jar_jar", version = "0.1.13")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazel_jar_jar",
    sha256 = "36a1b7c0cd63749aea0657fbc7271dbda0d98a91705ff04a510d298a0794bc0b",
    strip_prefix = "bazel_jar_jar-0.1.13",
    url = "https://github.com/bazeltools/bazel_jar_jar/releases/download/v0.1.13/bazel_jar_jar-v0.1.13.tar.gz",
)

load(
    "@​com_github_johnynek_bazel_jar_jar//:jar_jar.bzl",
    "jar_jar_repositories",
)

jar_jar_repositories()

What's Changed

New Contributors

Full Changelog: bazeltools/bazel_jar_jar@v0.1.12...v0.1.13


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/bazel_jar_jar-0.x branch 11 times, most recently from c71a9dd to 55aeed6 Compare April 17, 2026 22:28
@renovate renovate Bot force-pushed the renovate/bazel_jar_jar-0.x branch from 55aeed6 to b519bd3 Compare April 18, 2026 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants