Skip to content

Update com.github.spotbugs to v4.4.1

Semyon Levin requested to merge renovate/com.github.spotbugs into develop

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.spotbugs:spotbugs (source) 4.4.0 -> 4.4.1 age adoption passing confidence
com.github.spotbugs:spotbugs-annotations (source) 4.4.0 -> 4.4.1 age adoption passing confidence

Release Notes

spotbugs/spotbugs

v4.4.1

Compare Source

Changed
  • Bump gson from 2.8.7 to 2.8.8 (#​1658)
  • Lower ExitCodes logger to debug level (#​1661)
  • Fixed SARIF format to be compatible with Github code scanning API requirements (#​1630)
Fixed
  • Fixed immutable classes in java.net.* as being flagged as EI (#​1653
  • Classes containing only static methods with setter-like names are no longer considered as mutable (#​1601)
  • Handle all immutable collections in the Guava library as immutable (#​1601)
  • Classes annotated with @​Immutable or @​jdk.internal.ValueBased are considered as immutable (#​1601)
  • All classes in packages java.time and java.math are now correctly handled as immutable (#​1601)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Merge request reports