Error Prone 2.33.0
Similar to release 2.32.0, the minimum supported JDK version to run Error Prone is JDK 17 (#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
: Record components should not be arrays.
Full changelog: v2.32.0...v2.33.0