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 768d48d9 Bump org.apache.commons:commons-parent from 84 to 85
768d48d9 is described below
commit 768d48d95dd6ef202acc8f0900d0f2582c6204c4
Author: Gary D. Gregory <[email protected]>
AuthorDate: Thu Jun 19 11:09:00 2025 -0400
Bump org.apache.commons:commons-parent from 84 to 85
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0cbcc99f..5f6678ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>84</version>
+ <version>85</version>
</parent>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c777cc2c..b1408971 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -92,7 +92,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 84, 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 85, fix changes.xml
format for new plugin version</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>
<action type="update" dev="sebb">DomainValidator: Changes from 2025061000,
Last Updated Tue Jun 10 07:07:01 2025 UTC.</action>
<action type="update" dev="sebb">IBANValidatorTest: parameterise SWIFT
registry version; update to v99</action>