Checkstyle 13.2.0 - https://checkstyle.org/releasenotes.html#Release_13.2.0
New:
#16678 - new Check: NumericalPrefixesInfixesSuffixesCharacterCaseCheck numerical prefixes, infixes, and suffixes should be lowercase, except for "L"
Bug fixes:
#18653 - False-negative: HexLiteralCase does not throw violation on Hex float literals #18486 - False positive: JavadocParagraph reports violation w...