Changes between Version 5 and Version 7 of Ticket #21596


Ignore:
Timestamp:
2021-12-16T17:50:52+01:00 (4 years ago)
Author:
taylor.smock
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21596

    • Property Milestone21.11
    • Property Owner changed from team to Don-vip
    • Property Status newassigned
  • Ticket #21596 – Description

    v5 v7  
    1717
    1818== spotbugs-annotations
    19 * Update [https://github.com/spotbugs/spotbugs/blob/4.5.1/CHANGELOG.md spotbugs-annotations] from v4.3.0 to v4.5.1
     19* Update [https://github.com/spotbugs/spotbugs/blob/4.5.2/CHANGELOG.md spotbugs-annotations] from v4.3.0 to v4.5.2
    2020
    2121== svgSalamander
     
    100100
    101101== spotbugs
    102 * Update [https://github.com/spotbugs/spotbugs/blob/4.5.0/CHANGELOG.md spotbugs and spotbugs-ant] from 4.2.3 to 4.5.0 (see also spotbugs-annotations above)
     102* Update [https://github.com/spotbugs/spotbugs/blob/4.5.2/CHANGELOG.md spotbugs and spotbugs-ant] from 4.2.3 to 4.5.2 (see also spotbugs-annotations above)
    103103
    104104 * `DCN_NULLPOINTER_EXCEPTION` now follows SEI Cert rule ERR08-J
     
    106106 * `MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR`/`MC_OVERRIDABLE_METHOD_CALL_IN_CLONE` for SEI cert rules MET05-J and MET06-J: avoid overridable methods in constructors and clone.
    107107 * `EOS_BAD_END_OF_STREAM_CHECK` from SEI CERT rule FIO08-J: avoid converting `Stream#read` to byte or int, and then checking against -1.
     108 * Updates log4j to 2.16.0 (see also #21657)
    108109
    109110== errorprone