openhab / static-code-analysis

Maven tooling for static code analysis
https://www.openhab.org/
Other
32 stars 21 forks source link

Upgrade SpotBugs from 4.7.3 to 4.8.3 (#447) #461

Closed holgerfriedrich closed 7 months ago

holgerfriedrich commented 8 months ago

Refs openhab/openhab-distro#1590

This adds support for Java file version 65 (Java 21). For processing Java 21 files, we need at least to upgrade to 4.8.0 which uses newer version of ASM dependency.

Changelog: https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md

In addition: