PicnicSupermarket / error-prone-support

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

Upgrade Byte Buddy 1.14.17 -> 1.14.18 #1240

Closed Picnic-DevPla-Bot closed 1 month ago

Picnic-DevPla-Bot commented 1 month ago

This PR contains the following updates:

Package Type Update Change
Byte Buddy compile patch 1.14.17 -> 1.14.18

Release Notes

raphw/byte-buddy (Byte Buddy) ### [`v1.14.18`](https://togithub.com/raphw/byte-buddy/blob/HEAD/release-notes.md#8-August-2024-version-11418) - Avoid verification error if constructor advice meats dropped implicit *this* frame and throw exception during instrumentation instead. - Add support to resolve `ByteBuddyAgent` from non-obfuscated name if obfuscation is used. - Make sure `CircularityLock` implementations never load classes during locking. - Offer use of *istat* if *stat* command is not available for emulated attachment. - Avoid locking entire class loader when child-first class loader loads shadowed class and parallel class loading is supported.

Picnic-DevPla-Bot commented 1 month ago

Suggested commit message:

Upgrade Byte Buddy 1.14.17 -> 1.14.18 (#1240)

See:
- https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.14.18
- https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.17...byte-buddy-1.14.18
sonarcloud[bot] commented 1 month 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

github-actions[bot] commented 1 month 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.