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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new b2d42596b Bump Apache Mina SSHD from 3.0.0-M2 to 3.0.0-M3.
b2d42596b is described below
commit b2d42596b43619172afa45a83698675dc6da2685
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 29 08:16:57 2026 -0400
Bump Apache Mina SSHD from 3.0.0-M2 to 3.0.0-M3.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index dda37d5e6..891177c13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
<httpcore5.version>5.4.2</httpcore5.version>
<httpclient5.version>5.6.1</httpclient5.version>
<jackrabbit1.version>1.6.5</jackrabbit1.version>
- <mina.sshd.version>3.0.0-M2</mina.sshd.version>
+ <mina.sshd.version>3.0.0-M3</mina.sshd.version>
<!-- Don't use jackrabbit2 2.21.x, it's labeled "unstable". -->
<!-- 2.22.0 requires Java 11. -->
<jackrabbit2.version>2.20.17</jackrabbit2.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0a7bfab31..e2b540b71 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,7 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory, Ilan
Goldfeld">Fix refresh() not clearing cached state when file was never attached
#758.</action>
<action type="fix" dev="ggregory" due-to="Ilan Goldfeld, Gary Gregory"
issue="VFS-862">Fix ON_RESOLVE triggering refresh on internal navigation
#761.</action>
<action type="fix" dev="ggregory" due-to="VaishKumbhar, Gary
Gregory">Add SFTP password authentication tests for Commons VFS2 #754.</action>
- <action type="fix" dev="ggregory" due-to="VaishKumbhar, Gary
Gregory">Port SFTP tests from Apache SSHd 0.8.0 to 3.0.0-M2 #754.</action>
+ <action type="fix" dev="ggregory" due-to="VaishKumbhar, Gary
Gregory">Port SFTP tests from Apache Mina SSHD 0.8.0 to 3.0.0-M3 #754.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.sendOptions(String,
String).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
FtpFileSystemConfigBuilder.getControlEncodingCharset(FileSystemOptions) and
deprecate getControlEncoding(FileSystemOptions).</action>