This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new cb9a59c Update spotbugs-maven-plugin from 4.0.0 to 4.0.4. cb9a59c is described below commit cb9a59cabbd021a54ebc1e629481d864dd4426c9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 23 09:27:47 2020 -0400 Update spotbugs-maven-plugin from 4.0.0 to 4.0.4. --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fa59134..5e88849 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,9 +46,10 @@ The <action> type attribute can be add,update,fix,remove. <body> <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 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 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>