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
commit 63924bfb1edb11f9f5d51b98a3f093efec7bbd53 Author: Gary Gregory <[email protected]> AuthorDate: Sun Nov 9 07:52:22 2025 -0500 Better action description --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3471d56a..93ae5b22 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="1.10.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> - <action type="fix" dev="ggregory" due-to="Mark Miller, Gary Gregory" issue="VALIDATOR-502">Circular dependency in static initialization causes NPE in GenericValidator.isCreditCard().</action> + <action type="fix" dev="ggregory" due-to="Mark Miller, Gary Gregory" issue="VALIDATOR-502">Circular dependency in static initialization causes NullPointerException in GenericValidator.isCreditCard().</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 85 to 90 #361, #370.</action>
