Skip to content

chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8-jdk5#8293

Closed
renovate-bot wants to merge 1 commit intobazelbuild:masterfrom
renovate-bot:renovate/net.bytebuddy-byte-buddy-agent-1.x
Closed

chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8-jdk5#8293
renovate-bot wants to merge 1 commit intobazelbuild:masterfrom
renovate-bot:renovate/net.bytebuddy-byte-buddy-agent-1.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Apr 16, 2026

This PR contains the following updates:

Package Change Age Confidence
net.bytebuddy:byte-buddy-agent (source) 1.18.71.18.8-jdk5 age confidence

Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the net.bytebuddy:byte-buddy-agent dependency to version 1.18.8-jdk5. The review identifies a version mismatch with the byte-buddy dependency and a missing update to the maven_install.json lockfile, which will cause build failures. It is also recommended to use the standard version instead of the -jdk5 variant unless legacy support is necessary.

Comment thread MODULE.bazel
"org.objenesis:objenesis:3.5",
"net.bytebuddy:byte-buddy:1.18.7",
"net.bytebuddy:byte-buddy-agent:1.18.7",
"net.bytebuddy:byte-buddy-agent:1.18.8-jdk5",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Updating net.bytebuddy:byte-buddy-agent to 1.18.8-jdk5 introduces two issues:

  1. Version Mismatch: It no longer matches net.bytebuddy:byte-buddy (currently 1.18.7 on line 79). These dependencies should be kept in sync to ensure compatibility.
  2. Missing Lockfile: The maven_install.json lockfile has not been updated in this PR. Since fail_if_repin_required = True is set on line 104, the build will fail until the lockfile is re-pinned.

Additionally, the -jdk5 suffix indicates a legacy compatibility build. Unless this project specifically requires support for Java 5 environments, the standard 1.18.8 version is generally preferred.

@renovate-bot renovate-bot changed the title chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8-jdk5 chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8 Apr 16, 2026
@renovate-bot renovate-bot force-pushed the renovate/net.bytebuddy-byte-buddy-agent-1.x branch from 10e98f5 to b15a243 Compare April 16, 2026 07:24
@renovate-bot renovate-bot changed the title chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8 chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8-jdk5 Apr 16, 2026
@renovate-bot renovate-bot force-pushed the renovate/net.bytebuddy-byte-buddy-agent-1.x branch from b15a243 to e69de62 Compare April 16, 2026 09:03
@renovate-bot renovate-bot changed the title chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8-jdk5 chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8 Apr 16, 2026
@renovate-bot renovate-bot force-pushed the renovate/net.bytebuddy-byte-buddy-agent-1.x branch from e69de62 to 61ca717 Compare April 16, 2026 09:21
@renovate-bot renovate-bot force-pushed the renovate/net.bytebuddy-byte-buddy-agent-1.x branch from 61ca717 to 1ca89b4 Compare April 16, 2026 15:50
@renovate-bot renovate-bot changed the title chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8 chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8-jdk5 Apr 16, 2026
@renovate-bot renovate-bot changed the title chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8-jdk5 chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8 Apr 17, 2026
@renovate-bot renovate-bot force-pushed the renovate/net.bytebuddy-byte-buddy-agent-1.x branch from 1ca89b4 to fbde233 Compare April 17, 2026 00:09
@renovate-bot renovate-bot changed the title chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8 chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8-jdk5 Apr 17, 2026
@renovate-bot renovate-bot force-pushed the renovate/net.bytebuddy-byte-buddy-agent-1.x branch from fbde233 to d6c83f8 Compare April 17, 2026 08:20
@renovate-bot renovate-bot changed the title chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8-jdk5 chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8 Apr 17, 2026
@renovate-bot renovate-bot force-pushed the renovate/net.bytebuddy-byte-buddy-agent-1.x branch from d6c83f8 to 5888da5 Compare April 17, 2026 08:30
@renovate-bot renovate-bot changed the title chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8 chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.18.8-jdk5 Apr 17, 2026
@renovate-bot renovate-bot force-pushed the renovate/net.bytebuddy-byte-buddy-agent-1.x branch from 5888da5 to 22ee047 Compare April 17, 2026 10:24
@LeFrosch LeFrosch closed this Apr 17, 2026
@github-project-automation github-project-automation Bot moved this from Untriaged to Done in Bazel IntelliJ Plugin Apr 17, 2026
@github-actions github-actions Bot removed the awaiting-review Awaiting review from Bazel team on PRs label Apr 17, 2026
@renovate-bot renovate-bot deleted the renovate/net.bytebuddy-byte-buddy-agent-1.x branch April 17, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

3 participants