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 b7ce69d5 Bump org.apache.commons:commons-parent from 91 to 92
b7ce69d5 is described below

commit b7ce69d54939266ed47a9c481730a3fc39dc3220
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 14 09:24:03 2025 -0500

    Bump org.apache.commons:commons-parent from 91 to 92
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3299a33e..920d082a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>91</version>
+    <version>92</version>
   </parent>
   <groupId>commons-validator</groupId>
   <artifactId>commons-validator</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 93ae5b22..c1119d29 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,7 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="fix" dev="ggregory" due-to="Mark Miller, Gary Gregory" 
issue="VALIDATOR-502">Circular dependency in static initialization causes 
NullPointerException in GenericValidator.isCreditCard().</action>
     <!-- ADD -->
     <!-- UPDATE -->
-    <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 85 to 90 #361, 
#370.</action>
+    <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 85 to 92 #361, 
#370.</action>
     <action type="update" dev="ggregory" due-to="Dependabot, Gary 
Gregory">Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.19.0 
#346.</action>
     <action type="update" dev="ggregory" due-to="Dependabot, Gary 
Gregory">Bump org.apache.commons:commons-csv from 1.14.0 to 1.14.0.</action>
   </release>

Reply via email to