chore: bump net.bytebuddy:byte-buddy from 1.15.11 to 1.18.13 in /android - #387
chore: bump net.bytebuddy:byte-buddy from 1.15.11 to 1.18.13 in /android#387dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.11 to 1.18.13. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.15.11...byte-buddy-1.18.13) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.13 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
PR SummaryMedium Risk Overview The surrounding comment still describes pinning 1.15.x to avoid Jetifier failures on newer multi-release Byte Buddy artifacts; that text was not updated in this diff. Reviewed by Cursor Bugbot for commit 8430da3. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 8430da3. Configure here.
| force 'net.bytebuddy:byte-buddy:1.15.11' | ||
| force 'net.bytebuddy:byte-buddy-agent:1.15.11' | ||
| force 'net.bytebuddy:byte-buddy:1.18.13' | ||
| force 'net.bytebuddy:byte-buddy-agent:1.18.13' |
There was a problem hiding this comment.
Byte Buddy bump rebreaks Jetifier
High Severity
The resolutionStrategy now forces byte-buddy and byte-buddy-agent to 1.18.13, which still ships the META-INF/versions/24 overlay that this AGP's Jetifier cannot parse. That pin existed to stay on 1.15.x so Android builds would not fail with unsupported class file major version 68.
Reviewed by Cursor Bugbot for commit 8430da3. Configure here.
|
Closing — moot once #393 merges. #393 removes the byte-buddy force-pin entirely (it existed only to dodge a Jetifier bug; disabling Jetifier fixes that at the root), so there's no longer a pinned version for this PR to bump. Byte-buddy will resolve naturally to whatever mockito 5.23.0 declares (1.17.7, its own tested pairing) unless a real reason comes up to override that. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |


Bumps net.bytebuddy:byte-buddy from 1.15.11 to 1.18.13.
Release notes
Sourced from net.bytebuddy:byte-buddy's releases.
... (truncated)
Changelog
Sourced from net.bytebuddy:byte-buddy's changelog.
... (truncated)
Commits
d4da515[publish] Releasing Byte Buddy 1.18.13bb914e3[release] Release new versionaf2034bCreate Gradle tasks via the task registration API if available to avoid the u...30aca55Shortcut traversal of previously visited type hierarchies and harden 1-1 tran...debd527Bump actions/checkout from 6.0.2 to 7.0.1 (#1910)8315af6Bump step-security/harden-runner from 2.16.1 to 2.19.4 (#1909)e30e24fBump actions/cache from 5.0.3 to 5.0.5 (#1914)1885f2aBump github/codeql-action from 3.27.6 to 4.36.2 (#1916)de4ed85Correct Javadoc of Gradle plugin to avoid errors and warnings during generation.5d3a312Bump actions/setup-java from 5.2.0 to 5.4.0 (#1918)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)