Closed Picnic-DevPla-Bot closed 2 weeks ago
Suggested commit message:
Upgrade Byte Buddy 1.15.1 -> 1.15.4
See:
- https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.15.2
- https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.15.3
- https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.15.4
- https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.1...byte-buddy-1.15.4
Version 1.15.3 LGTM too.
Looks good. No mutations were possible for these changes. Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This PR contains the following updates:
1.15.1
->1.15.4
Release Notes
raphw/byte-buddy (Byte Buddy)
### [`v1.15.4`](https://togithub.com/raphw/byte-buddy/blob/HEAD/release-notes.md#9-October-2024-version-1154) - Add non-experimental support for Java 24. ### [`v1.15.3`](https://togithub.com/raphw/byte-buddy/blob/HEAD/release-notes.md#26-September-2024-version-1153) - Treat multi-release class files that are newer than the supported version as regular resources. - Allow overriding the multi-release class file version from Maven and Gradle plugin. - Correctly resolve multi-release class files in Android. ### [`v1.15.2`](https://togithub.com/raphw/byte-buddy/blob/HEAD/release-notes.md#25-September-2024-version-1152) - Add support for multi-release JAR files in `ClassFileLocator`s and `Plugin.Engine.Default`. - Add Gradle task for transforming multiple jar files with `ByteBuddyJarsTask`. - Avoid validation of `JarFile` when extracting individual entries. - Rework discovery in `ByteBuddyMojo`.