Skip to content

Update spotbugs to v4.2.0 - autoclosed

Semyon Levin requested to merge renovate/spotbugs into develop

This MR contains the following updates:

Package Update Change
com.github.spotbugs:spotbugs (source) minor 4.1.4 -> 4.2.0
com.github.spotbugs:spotbugs-annotations (source) minor 4.1.4 -> 4.2.0

Release Notes

spotbugs/spotbugs

v4.2.0

Compare Source

Fixed
  • spotbugs reports VO_VOLATILE_REFERENCE_TO_ARRAY in synthetic code generated by Eclipse 4.17+ Java compiler (#​1313)
  • spotbugs reports DM_BOXED_MRIMITIVE_FOR_PARSING for Double and Float (previously only reported for Integer and Long) (#​744)
  • sarif report not showing correctly the physical and logical location (#​1281)
Added
  • The class search (in the GUI's class name filter) is now case-insensitive and forgives typos (part of (#​749))
Changed
  • Bump Saxon-HE from 10.2 to 10.3

Renovate configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

Edited by Semyon Levin

Merge request reports