Update spotbugs-maven-plugin from 4.0.0 to 4.0.4.

This commit is contained in:
Gary Gregory 2020-07-23 09:27:47 -04:00
parent c24701ed3b
commit cb9a59cabb
1 changed files with 2 additions and 1 deletions

View File

@ -46,9 +46,10 @@ The <action> type attribute can be add,update,fix,remove.
<body> <body>
<release version="3.12" date="2020-MM-DD" description="New features and bug fixes."> <release version="3.12" date="2020-MM-DD" description="New features and bug fixes.">
<action issue="LANG-1592" type="fix" dev="aherbert" due-to="Huang Pingcai, Alex Herbert">Correct implementation of RandomUtils.nextLong(long, long)</action>
<action issue="LANG-1591" type="update" dev="kinow" due-to="bhawna94">Remove redundant argument from substring call.</action> <action issue="LANG-1591" type="update" dev="kinow" due-to="bhawna94">Remove redundant argument from substring call.</action>
<action type="update" dev="ggregory" due-to="Enable Dependabot #587">Enable Dependabot #587.</action> <action type="update" dev="ggregory" due-to="Enable Dependabot #587">Enable Dependabot #587.</action>
<action issue="LANG-1592" type="fix" dev="aherbert" due-to="Huang Pingcai, Alex Herbert">Correct implementation of RandomUtils.nextLong(long, long)</action> <action type="update" dev="ggregory" due-to="Enable Dependabot #587">Update spotbugs-maven-plugin from 4.0.0 to 4.0.4.</action>
</release> </release>
<release version="3.11" date="2020-07-12" description="New features and bug fixes."> <release version="3.11" date="2020-07-12" description="New features and bug fixes.">
<action type="update" dev="chtompki" due-to="Jin Xu">Refine test output for FastDateParserTest</action> <action type="update" dev="chtompki" due-to="Jin Xu">Refine test output for FastDateParserTest</action>