| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
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.
Sorry, something went wrong.
| <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> |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
Warning
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.12
v1.18.11
v1.18.10
v1.18.9
v1.18.8
v1.18.7
v1.18.5
v1.18.4
v1.18.3
v1.18.2
v1.18.1
v1.18.0
v1.17.8
v1.17.7
v1.17.6
v1.17.5
v1.17.4
v1.17.3
v1.17.2
v1.17.1
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.