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 e7c78550 Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 #199 e7c78550 is described below commit e7c7855093d9d0e332c9a792eff1295db6d2abfd Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Sun Mar 24 13:34:24 2024 -0400 Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 #199 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 652f669f..f2c8ba60 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,6 +72,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" issue="VALIDATOR-492" dev="ggregory" due-to="Tobias Wildgruber, Gary Gregory">ValidatorUtils.copyFastHashMap is broken.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.commons:commons-parent from 65 to 67.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 #199.</action> </release> <release version="1.8.0" date="2023-12-02" description="Maintenance and bug fix release."> <!-- FIX -->