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 9f1737e5 Bump org.apache.commons:commons-parent from 83 to 84 9f1737e5 is described below commit 9f1737e51159528264dc68b0063a06638e66a182 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 20 08:41:06 2025 -0400 Bump org.apache.commons:commons-parent from 83 to 84 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6623cdc1..3a239327 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>83</version> + <version>84</version> </parent> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f07c2aed..9fc90e75 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -90,7 +90,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="nullwli, Gary Gregory">Add Validator.getParameters()</action> <action type="add" dev="ggregory" due-to="nullwli, Gary Gregory">Add Validator.getResources()</action> <!-- UPDATE --> - <action type="update" dev="sjaranowski" due-to="Slawomir Jaranowski, Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 83, fix changes.xml format for new plugin version</action> + <action type="update" dev="sjaranowski" due-to="Slawomir Jaranowski, Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 84, fix changes.xml format for new plugin version</action> <action type="update" dev="sebb">DomainValidator: Changes from 2024121700, Last Updated Tue Dec 17 07:07:01 2024 UTC.</action> <action type="update" dev="sebb">IBANValidatorTest: parameterise SWIFT registry version; update to v99</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 70 to 78 #231, #245, #253, #256, #262, #267, #272, #278.</action>