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 0db1a232 Bump org.apache.commons:commons-parent from 93 to 94
0db1a232 is described below
commit 0db1a232f99570b2091c1968452d5000d84f231b
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 2 17:40:23 2026 -0500
Bump org.apache.commons:commons-parent from 93 to 94
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f25ea9f9..7101597c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>93</version>
+ <version>94</version>
</parent>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aa6779fb..32275752 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,7 +68,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="sebb">Fixes to non-final static fields</action>
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 92 to 93 #377.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 92 to 94 #377.</action>
</release>
<release version="1.10.1" date="2025-11-14" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->