This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 01c4d5da Bump org.apache.commons:commons-parent from 102 to 103.
01c4d5da is described below
commit 01c4d5da88a7ceb07a0fa36f3a580f399fd0e2ca
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 22 09:43:13 2026 -0400
Bump org.apache.commons:commons-parent from 102 to 103.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index e6702b9e..7ddd91c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>102</version>
+ <version>103</version>
</parent>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f0c763b9..3b2155f8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -115,7 +115,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use
ValidatorException.ValidatorException(String, Object...) (#391).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use
ValidatorException(String, Throwable) (#392).</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 92 to 102 #377.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 92 to 103 #377.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-logging:commons-logging from 1.3.5 to 1.4.0.</action>
<action type="update" dev="sebb">DomainValidator: Changes from 2026062300,
Last Updated Tue Jun 23 07:07:01 2026 UTC.</action>
<action type="update" dev="sebb">DomainValidatorTest: reflection no longer
needed to access arrays.</action>