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 Error Prone 2.32.0 -> 2.33.0 #1348

Closed Picnic-DevPla-Bot closed 2 weeks ago

Picnic-DevPla-Bot commented 4 weeks ago

This PR contains the following updates:

Package Type Update Change
Error Prone (source) minor 2.32.0 -> 2.33.0
Error Prone (source) compile minor 2.32.0 -> 2.33.0

Release Notes

google/error-prone (Error Prone) ### [`v2.33.0`](https://togithub.com/google/error-prone/releases/tag/v2.33.0): Error Prone 2.33.0 [Compare Source](https://togithub.com/google/error-prone/compare/v2.32.0...v2.33.0) Similar to release [2.32.0](https://togithub.com/google/error-prone/releases/v2.32.0), the minimum supported JDK version to run Error Prone is JDK 17 ([#​3803](https://togithub.com/google/error-prone/issues/3803)). Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will require using JDK 17 or newer for compilation and setting `--release` or `-source`/`-target`/`-bootclasspath`. Changes: - Update protobuf version for CVE-2024-7254 New checks: - [`ArrayRecordComponent`](https://errorprone.info/bugpattern/ArrayRecordComponent): Record components should not be arrays. Full changelog: https://github.com/google/error-prone/compare/v2.32.0...v2.33.0

Picnic-DevPla-Bot commented 4 weeks ago

Suggested commit message:

Upgrade Error Prone 2.32.0 -> 2.33.0 (#1348)

See:
- https://github.com/google/error-prone/releases/tag/v2.33.0
- https://github.com/google/error-prone/compare/v2.32.0...v2.33.0
- https://github.com/PicnicSupermarket/error-prone/compare/v2.32.0-picnic-1...v2.33.0-picnic-2
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

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.