Skip to content

Commit b2d4259

Browse files
committed
Bump Apache Mina SSHD from 3.0.0-M2 to 3.0.0-M3.
1 parent ed4ac34 commit b2d4259

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<httpcore5.version>5.4.2</httpcore5.version>
9393
<httpclient5.version>5.6.1</httpclient5.version>
9494
<jackrabbit1.version>1.6.5</jackrabbit1.version>
95-
<mina.sshd.version>3.0.0-M2</mina.sshd.version>
95+
<mina.sshd.version>3.0.0-M3</mina.sshd.version>
9696
<!-- Don't use jackrabbit2 2.21.x, it's labeled "unstable". -->
9797
<!-- 2.22.0 requires Java 11. -->
9898
<jackrabbit2.version>2.20.17</jackrabbit2.version>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
6666
<action type="fix" dev="ggregory" due-to="Gary Gregory, Ilan Goldfeld">Fix refresh() not clearing cached state when file was never attached #758.</action>
6767
<action type="fix" dev="ggregory" due-to="Ilan Goldfeld, Gary Gregory" issue="VFS-862">Fix ON_RESOLVE triggering refresh on internal navigation #761.</action>
6868
<action type="fix" dev="ggregory" due-to="VaishKumbhar, Gary Gregory">Add SFTP password authentication tests for Commons VFS2 #754.</action>
69-
<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>
69+
<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>
7070
<!-- ADD -->
7171
<action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.sendOptions(String, String).</action>
7272
<action type="add" dev="ggregory" due-to="Gary Gregory">Add FtpFileSystemConfigBuilder.getControlEncodingCharset(FileSystemOptions) and deprecate getControlEncoding(FileSystemOptions).</action>

0 commit comments

Comments
 (0)