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 a215b29d Bump commons-logging:commons-logging from 1.3.6 to 1.4.0.
a215b29d is described below
commit a215b29df67ad85c096899b072d812bbe1b012ac
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 17 22:19:29 2026 +0000
Bump commons-logging:commons-logging from 1.3.6 to 1.4.0.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index cfd006b9..3e96c910 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.3.6</version>
+ <version>1.4.0</version>
</dependency>
<dependency>
<!-- FastHashMap is in the public and protected API. -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f0e45091..032c1df0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -88,7 +88,7 @@ The <action> type attribute can be add,update,fix,remove.
<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">Bump
commons-logging:commons-logging from 1.3.5 to 1.3.6.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-logging:commons-logging from 1.3.5 to 1.4.0.</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 -->