PicnicSupermarket / error-prone-support

Error Prone extensions: extra bug checkers and a large battery of Refaster rules.
https://error-prone.picnic.tech
MIT License
196 stars 38 forks source link

Upgrade Byte Buddy 1.15.1 -> 1.15.4 #1340

Closed Picnic-DevPla-Bot closed 2 weeks ago

Picnic-DevPla-Bot commented 1 month ago

This PR contains the following updates:

Package Type Update Change
Byte Buddy compile patch 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`.

Picnic-DevPla-Bot commented 1 month 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
Stephan202 commented 1 month ago

Version 1.15.3 LGTM too.

github-actions[bot] commented 2 weeks ago

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.

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud