Skip to content

5.9

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 22:49
· 63 commits to refs/heads/master since this release

💥 Breaking changes

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.9.2.0 (#1103) @dependabot

Apparently SpotBugs is now more strict about unnecessary suppressions, so remove any unnecessary @SuppressFBWarnings annotations if you encounter the following errors:

  • US_USELESS_SUPPRESSION_ON_CLASS
  • US_USELESS_SUPPRESSION_ON_FIELD
  • US_USELESS_SUPPRESSION_ON_METHOD
  • US_USELESS_SUPPRESSION_ON_METHOD_PARAMETER
  • US_USELESS_SUPPRESSION_ON_PACKAGE