chore(deps): update dependency net.bytebuddy:byte-buddy to v1.18.13-jdk5 - #12661
chore(deps): update dependency net.bytebuddy:byte-buddy to v1.18.13-jdk5#12661renovate-bot wants to merge 1 commit into
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> |
8ef2d93 to
cf9bfec
Compare
cf9bfec to
63ef046
Compare
63ef046 to
bea60f4
Compare
bea60f4 to
eba7336
Compare
eba7336 to
f103353
Compare
f103353 to
20090fb
Compare
20090fb to
00c7e43
Compare
00c7e43 to
858233c
Compare
This PR contains the following updates:
1.17.0→1.18.13-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.13v1.18.12attach_hotspot_windowslibrary forwin32-aarch64.v1.18.11v1.18.10v1.18.9Plugin.Engine.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: (UTC)
🚦 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.