chore(deps): update dependency net.bytebuddy:byte-buddy to v1.18.8-jdk5#12661
chore(deps): update dependency net.bytebuddy:byte-buddy to v1.18.8-jdk5#12661renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the byte-buddy dependency version in the pom.xml file. The review suggests using the standard 1.18.8 version instead of the 1.18.8-jdk5 variant, as the project targets Java 8 or higher and does not require the legacy-compatible version.
| <groupId>net.bytebuddy</groupId> | ||
| <artifactId>byte-buddy</artifactId> | ||
| <version>1.17.0</version> | ||
| <version>1.18.8-jdk5</version> |
There was a problem hiding this comment.
Byte Buddy 1.18.7 introduced a new versioning scheme where the regular version (e.g., 1.18.8) targets Java 8 as a baseline, while the -jdk5 suffix is specifically for backwards compatibility with older environments. Since this project targets Java 8 or higher, it is recommended to use the standard 1.18.8 version to align with the library's intended distribution for modern Java environments and avoid using the legacy-compatible variant unnecessarily.
| <version>1.18.8-jdk5</version> | |
| <version>1.18.8</version> |
This PR contains the following updates:
1.17.0→1.18.8-jdk5Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
raphw/byte-buddy (net.bytebuddy:byte-buddy)
v1.18.8v1.18.7v1.18.5Advicethat were missing.v1.18.4v1.18.3v1.18.2v1.18.1v1.18.0module-infoclass files andModuleDescriptions.ByteBuddyAPI.v1.17.8v1.17.7v1.17.6ResettableClassFileTransformerthat implicitly delegates to correct transformer method.LazinessModeforTypePooland add convenience support toAgentBuilder.v1.17.5AnnotationRemovalvisitor for removing or replacing annotations.v1.17.4SafeVarargsplugin.v1.17.3SafeVarargsannotations.MemberSubstitutionAPI.v1.17.2v1.17.1MemberSubstitutionwere argument indices were resolved by one digit off.Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.