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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new d20debca3 Bump commons-logging:commons-logging from 1.3.5 to 1.3.6.
d20debca3 is described below
commit d20debca30b19d9f485d805525b23b91720e5890
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 8 09:10:03 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 c9b6e4d04..8e8d3c574 100644
--- a/pom.xml
+++ b/pom.xml
@@ -361,7 +361,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.3.5</version>
+ <version>1.3.6</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 718b9d38a..6a4212a78 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -87,6 +87,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump com.sun.mail:jakarta.mail from 2.0.1 to 2.0.2 #705.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-net:commons-net from 3.11.1 to 3.12.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump hadoop.version from 3.4.1 to 3.4.2 #717, still doesn't work on
Java 23 and up (https://issues.apache.org/jira/browse/HADOOP-19486).</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="2.10.0" date="2025-02-01" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->