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 6ccf6926 Bump commons-logging:commons-logging from 1.3.5 to 1.3.6.
6ccf6926 is described below
commit 6ccf6926990007a1ff7e1ddc8c07122dcdad6394
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 8 09:04:28 2026 -0400
Bump commons-logging:commons-logging from 1.3.5 to 1.3.6.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c746828c..42688209 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.3.5</version>
+ <version>1.3.6</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 58a117c7..4a43d4f7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 92 to 97 #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>
</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 -->