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-validator.git
The following commit(s) were added to refs/heads/master by this push: new cc1786fb Remove FindBugs, SpotBugs is in use #87. cc1786fb is described below commit cc1786fbc5b7011309fef8a2522224b29d2cde61 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 7 15:59:25 2022 -0400 Remove FindBugs, SpotBugs is in use #87. --- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 921a1682..d92575e8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -76,9 +76,12 @@ The <action> type attribute can be add,update,fix,remove. <action issue="VALIDATOR-477" type="update" dev="sebb"> Add IBAN validator for LY – Libya </action> - <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> + <action type="add" dev="ggregory" due-to="Dependabot, Gary Gregory"> Add github/codeql-action. </action> + <action type="remove" dev="ggregory" due-to="John Patrick, Gary Gregory"> + Remove FindBugs, SpotBugs is in use #87. + </action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump Java from 7 to 8.