dependabot[bot] opened a new pull request, #881:
URL: https://github.com/apache/maven-wagon/pull/881

   Bumps `sshdVersion` from 2.17.1 to 2.18.0.
   Updates `org.apache.sshd:sshd-core` from 2.17.1 to 2.18.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/mina-sshd/releases";>org.apache.sshd:sshd-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>Apache MINA SSHD 2.18.0</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/apache/mina-sshd/issues/743";>GH-743</a> 
Ensure the Java <code>ServiceLoader</code> use a singleton 
<code>SftpFileSystemProvider</code></li>
   <li><a 
href="https://redirect.github.com/apache/mina-sshd/issues/879";>GH-879</a> Close 
SSH channel gracefully on exception in port forwarding</li>
   <li>Improve handling of repository paths in <code>sshd-git</code>.</li>
   </ul>
   <h2>New Features</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/apache/mina-sshd/issues/892";>GH-892</a> Align 
handling certificates without principals with OpenSSH 10.3</li>
   </ul>
   <p>Wildcard principals in host certificates are handled now.</p>
   <ul>
   <li>Putty keys with non-ASCII passphrases</li>
   </ul>
   <p>The passphrase needs to be converted to a byte sequence to compute a 
decryption key for an encrypted private key. This
   conversion depends on the character encoding. Putty on Windows uses the ANSI 
codepage set when the key was generated.
   Apache MINA SSHD now tries multiple encodings in sequence: UTF-8, then the 
OS encoding, and finally ISO-8859-1 as a
   last-chance fallback.</p>
   <h2>Potential Compatibility Issues</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/apache/mina-sshd/issues/892";>GH-892</a> Align 
handling certificates without principals with OpenSSH 10.3</li>
   </ul>
   <p>OpenSSH 10.3 changed the way such certificates are handled; see the <a 
href="https://www.openssh.org/txt/release-10.3";>OpenSSH 10.3 release notes</a>.
   In Apache MINA SSHD, there is a new flag 
<code>CoreModuleProperties.ALLOW_EMPTY_CERTIFICATE_PRINCIPALS</code> (by 
default <code>false</code>)
   that can be set on an <code>SshClient</code> or <code>SshServer</code> or 
also on a <code>Session</code> directly. If the value is <code>false</code>, 
certificates
   without principals are rejected as in OpenSSH 10.3; if it is 
<code>true</code>, such certificates are considered to match any
   user or host name as in OpenSSH &lt; 10.3.</p>
   <p>Set the flag on an <code>SshClient</code> or <code>ClientSession</code> 
to determine the handling of host certificates. Set it on an
   <code>SshServer</code> or <code>ServerSession</code> to govern the handling 
of user certificates.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/mina-sshd/blob/master/CHANGES.md";>org.apache.sshd:sshd-core's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Previous Versions</h1>
   <ul>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.2.0.md";>Version
 2.1.0 to 2.2.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.3.0.md";>Version
 2.2.0 to 2.3.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.4.0.md";>Version
 2.3.0 to 2.4.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.5.0.md";>Version
 2.4.0 to 2.5.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.5.1.md";>Version
 2.5.0 to 2.5.1</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.6.0.md";>Version
 2.5.1 to 2.6.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.7.0.md";>Version
 2.6.0 to 2.7.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.8.0.md";>Version
 2.7.0 to 2.8.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.9.0.md";>Version
 2.8.0 to 2.9.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.9.1.md";>Version
 2.9.0 to 2.9.1</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.9.2.md";>Version
 2.9.1 to 2.9.2</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.10.0.md";>Version
 2.9.2 to 2.10.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.11.0.md";>Version
 2.10.0 to 2.11.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.12.0.md";>Version
 2.11.0 to 2.12.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.12.1.md";>Version
 2.12.0 to 2.12.1</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.13.0.md";>Version
 2.12.1 to 2.13.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.13.1.md";>Version
 2.13.0 to 2.13.1</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.13.2.md";>Version
 2.13.1 to 2.13.2</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.14.0.md";>Version
 2.13.2 to 2.14.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.15.0.md";>Version
 2.14.0 to 2.15.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.16.0.md";>Version
 2.15.0 to 2.16.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.17.0.md";>Version
 2.16.0 to 2.17.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.17.1.md";>Version
 2.17.0 to 2.17.1</a></li>
   </ul>
   <h1>Latest Version</h1>
   <ul>
   <li><strong><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.18.0.md";>Version
 2.17.1 to 2.18.0</a></strong></li>
   </ul>
   <h1>Planned for Next Version</h1>
   <h2>Bug Fixes</h2>
   <h2>New Features</h2>
   <h2>Potential Compatibility Issues</h2>
   <h2>Major Code Re-factoring</h2>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/c2d7b7a0b4eff9d1879a92e8ca71bc4929a6e639";><code>c2d7b7a</code></a>
 [maven-release-plugin] prepare release sshd-2.18.0</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/084cee87cfc831b6de369ce367e38dbe88d72893";><code>084cee8</code></a>
 Prepare release documentation</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/db0567b33ce0d76750e7b7b7818794e78a3b17e3";><code>db0567b</code></a>
 Improve git access</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/1285419f2f1bef5fad23f001f74d0f07cc469b5b";><code>1285419</code></a>
 <a href="https://redirect.github.com/apache/mina-sshd/issues/743";>GH-743</a>: 
Use a singleton SftpFileSystemProvider for the ServiceLoader</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/4e820c90bf8251383b8d72dcc3d0b2cbfd91f45f";><code>4e820c9</code></a>
 Add test cases to AuthorizedKeysCertificateTest</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/a85a3b1cbaab2d8f4f50e57df1192f4e50960b8f";><code>a85a3b1</code></a>
 Better handling of Putty keys with non-ASCII passphrases</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/6c215e8cfb0fde02ddcc58681f965b9904e11e12";><code>6c215e8</code></a>
 Bump BCFIPS bundles used in a test</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/9def2039a7d98e8d91521d3068b14ba69413e4c5";><code>9def203</code></a>
 Fix annotation to ignore an unstable test</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/a0ef7a567a97c94206378d9e8f8ea0b072bef947";><code>a0ef7a5</code></a>
 Host certificates: check both public keys for not being revoked</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/b11c1594436ed5e11a7a08bfa85a81d7864d555e";><code>b11c159</code></a>
 <a href="https://redirect.github.com/apache/mina-sshd/issues/892";>GH-892</a>: 
Host certificate principals may contain wildcards</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/mina-sshd/compare/sshd-2.17.1...sshd-2.18.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.sshd:sshd-scp` from 2.17.1 to 2.18.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/mina-sshd/releases";>org.apache.sshd:sshd-scp's 
releases</a>.</em></p>
   <blockquote>
   <h2>Apache MINA SSHD 2.18.0</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/apache/mina-sshd/issues/743";>GH-743</a> 
Ensure the Java <code>ServiceLoader</code> use a singleton 
<code>SftpFileSystemProvider</code></li>
   <li><a 
href="https://redirect.github.com/apache/mina-sshd/issues/879";>GH-879</a> Close 
SSH channel gracefully on exception in port forwarding</li>
   <li>Improve handling of repository paths in <code>sshd-git</code>.</li>
   </ul>
   <h2>New Features</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/apache/mina-sshd/issues/892";>GH-892</a> Align 
handling certificates without principals with OpenSSH 10.3</li>
   </ul>
   <p>Wildcard principals in host certificates are handled now.</p>
   <ul>
   <li>Putty keys with non-ASCII passphrases</li>
   </ul>
   <p>The passphrase needs to be converted to a byte sequence to compute a 
decryption key for an encrypted private key. This
   conversion depends on the character encoding. Putty on Windows uses the ANSI 
codepage set when the key was generated.
   Apache MINA SSHD now tries multiple encodings in sequence: UTF-8, then the 
OS encoding, and finally ISO-8859-1 as a
   last-chance fallback.</p>
   <h2>Potential Compatibility Issues</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/apache/mina-sshd/issues/892";>GH-892</a> Align 
handling certificates without principals with OpenSSH 10.3</li>
   </ul>
   <p>OpenSSH 10.3 changed the way such certificates are handled; see the <a 
href="https://www.openssh.org/txt/release-10.3";>OpenSSH 10.3 release notes</a>.
   In Apache MINA SSHD, there is a new flag 
<code>CoreModuleProperties.ALLOW_EMPTY_CERTIFICATE_PRINCIPALS</code> (by 
default <code>false</code>)
   that can be set on an <code>SshClient</code> or <code>SshServer</code> or 
also on a <code>Session</code> directly. If the value is <code>false</code>, 
certificates
   without principals are rejected as in OpenSSH 10.3; if it is 
<code>true</code>, such certificates are considered to match any
   user or host name as in OpenSSH &lt; 10.3.</p>
   <p>Set the flag on an <code>SshClient</code> or <code>ClientSession</code> 
to determine the handling of host certificates. Set it on an
   <code>SshServer</code> or <code>ServerSession</code> to govern the handling 
of user certificates.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/mina-sshd/blob/master/CHANGES.md";>org.apache.sshd:sshd-scp's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Previous Versions</h1>
   <ul>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.2.0.md";>Version
 2.1.0 to 2.2.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.3.0.md";>Version
 2.2.0 to 2.3.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.4.0.md";>Version
 2.3.0 to 2.4.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.5.0.md";>Version
 2.4.0 to 2.5.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.5.1.md";>Version
 2.5.0 to 2.5.1</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.6.0.md";>Version
 2.5.1 to 2.6.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.7.0.md";>Version
 2.6.0 to 2.7.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.8.0.md";>Version
 2.7.0 to 2.8.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.9.0.md";>Version
 2.8.0 to 2.9.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.9.1.md";>Version
 2.9.0 to 2.9.1</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.9.2.md";>Version
 2.9.1 to 2.9.2</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.10.0.md";>Version
 2.9.2 to 2.10.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.11.0.md";>Version
 2.10.0 to 2.11.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.12.0.md";>Version
 2.11.0 to 2.12.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.12.1.md";>Version
 2.12.0 to 2.12.1</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.13.0.md";>Version
 2.12.1 to 2.13.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.13.1.md";>Version
 2.13.0 to 2.13.1</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.13.2.md";>Version
 2.13.1 to 2.13.2</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.14.0.md";>Version
 2.13.2 to 2.14.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.15.0.md";>Version
 2.14.0 to 2.15.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.16.0.md";>Version
 2.15.0 to 2.16.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.17.0.md";>Version
 2.16.0 to 2.17.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.17.1.md";>Version
 2.17.0 to 2.17.1</a></li>
   </ul>
   <h1>Latest Version</h1>
   <ul>
   <li><strong><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.18.0.md";>Version
 2.17.1 to 2.18.0</a></strong></li>
   </ul>
   <h1>Planned for Next Version</h1>
   <h2>Bug Fixes</h2>
   <h2>New Features</h2>
   <h2>Potential Compatibility Issues</h2>
   <h2>Major Code Re-factoring</h2>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/c2d7b7a0b4eff9d1879a92e8ca71bc4929a6e639";><code>c2d7b7a</code></a>
 [maven-release-plugin] prepare release sshd-2.18.0</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/084cee87cfc831b6de369ce367e38dbe88d72893";><code>084cee8</code></a>
 Prepare release documentation</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/db0567b33ce0d76750e7b7b7818794e78a3b17e3";><code>db0567b</code></a>
 Improve git access</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/1285419f2f1bef5fad23f001f74d0f07cc469b5b";><code>1285419</code></a>
 <a href="https://redirect.github.com/apache/mina-sshd/issues/743";>GH-743</a>: 
Use a singleton SftpFileSystemProvider for the ServiceLoader</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/4e820c90bf8251383b8d72dcc3d0b2cbfd91f45f";><code>4e820c9</code></a>
 Add test cases to AuthorizedKeysCertificateTest</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/a85a3b1cbaab2d8f4f50e57df1192f4e50960b8f";><code>a85a3b1</code></a>
 Better handling of Putty keys with non-ASCII passphrases</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/6c215e8cfb0fde02ddcc58681f965b9904e11e12";><code>6c215e8</code></a>
 Bump BCFIPS bundles used in a test</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/9def2039a7d98e8d91521d3068b14ba69413e4c5";><code>9def203</code></a>
 Fix annotation to ignore an unstable test</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/a0ef7a567a97c94206378d9e8f8ea0b072bef947";><code>a0ef7a5</code></a>
 Host certificates: check both public keys for not being revoked</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/b11c1594436ed5e11a7a08bfa85a81d7864d555e";><code>b11c159</code></a>
 <a href="https://redirect.github.com/apache/mina-sshd/issues/892";>GH-892</a>: 
Host certificate principals may contain wildcards</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/mina-sshd/compare/sshd-2.17.1...sshd-2.18.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.sshd:sshd-sftp` from 2.17.1 to 2.18.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/mina-sshd/releases";>org.apache.sshd:sshd-sftp's 
releases</a>.</em></p>
   <blockquote>
   <h2>Apache MINA SSHD 2.18.0</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/apache/mina-sshd/issues/743";>GH-743</a> 
Ensure the Java <code>ServiceLoader</code> use a singleton 
<code>SftpFileSystemProvider</code></li>
   <li><a 
href="https://redirect.github.com/apache/mina-sshd/issues/879";>GH-879</a> Close 
SSH channel gracefully on exception in port forwarding</li>
   <li>Improve handling of repository paths in <code>sshd-git</code>.</li>
   </ul>
   <h2>New Features</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/apache/mina-sshd/issues/892";>GH-892</a> Align 
handling certificates without principals with OpenSSH 10.3</li>
   </ul>
   <p>Wildcard principals in host certificates are handled now.</p>
   <ul>
   <li>Putty keys with non-ASCII passphrases</li>
   </ul>
   <p>The passphrase needs to be converted to a byte sequence to compute a 
decryption key for an encrypted private key. This
   conversion depends on the character encoding. Putty on Windows uses the ANSI 
codepage set when the key was generated.
   Apache MINA SSHD now tries multiple encodings in sequence: UTF-8, then the 
OS encoding, and finally ISO-8859-1 as a
   last-chance fallback.</p>
   <h2>Potential Compatibility Issues</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/apache/mina-sshd/issues/892";>GH-892</a> Align 
handling certificates without principals with OpenSSH 10.3</li>
   </ul>
   <p>OpenSSH 10.3 changed the way such certificates are handled; see the <a 
href="https://www.openssh.org/txt/release-10.3";>OpenSSH 10.3 release notes</a>.
   In Apache MINA SSHD, there is a new flag 
<code>CoreModuleProperties.ALLOW_EMPTY_CERTIFICATE_PRINCIPALS</code> (by 
default <code>false</code>)
   that can be set on an <code>SshClient</code> or <code>SshServer</code> or 
also on a <code>Session</code> directly. If the value is <code>false</code>, 
certificates
   without principals are rejected as in OpenSSH 10.3; if it is 
<code>true</code>, such certificates are considered to match any
   user or host name as in OpenSSH &lt; 10.3.</p>
   <p>Set the flag on an <code>SshClient</code> or <code>ClientSession</code> 
to determine the handling of host certificates. Set it on an
   <code>SshServer</code> or <code>ServerSession</code> to govern the handling 
of user certificates.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/mina-sshd/blob/master/CHANGES.md";>org.apache.sshd:sshd-sftp's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Previous Versions</h1>
   <ul>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.2.0.md";>Version
 2.1.0 to 2.2.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.3.0.md";>Version
 2.2.0 to 2.3.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.4.0.md";>Version
 2.3.0 to 2.4.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.5.0.md";>Version
 2.4.0 to 2.5.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.5.1.md";>Version
 2.5.0 to 2.5.1</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.6.0.md";>Version
 2.5.1 to 2.6.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.7.0.md";>Version
 2.6.0 to 2.7.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.8.0.md";>Version
 2.7.0 to 2.8.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.9.0.md";>Version
 2.8.0 to 2.9.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.9.1.md";>Version
 2.9.0 to 2.9.1</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.9.2.md";>Version
 2.9.1 to 2.9.2</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.10.0.md";>Version
 2.9.2 to 2.10.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.11.0.md";>Version
 2.10.0 to 2.11.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.12.0.md";>Version
 2.11.0 to 2.12.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.12.1.md";>Version
 2.12.0 to 2.12.1</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.13.0.md";>Version
 2.12.1 to 2.13.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.13.1.md";>Version
 2.13.0 to 2.13.1</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.13.2.md";>Version
 2.13.1 to 2.13.2</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.14.0.md";>Version
 2.13.2 to 2.14.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.15.0.md";>Version
 2.14.0 to 2.15.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.16.0.md";>Version
 2.15.0 to 2.16.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.17.0.md";>Version
 2.16.0 to 2.17.0</a></li>
   <li><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.17.1.md";>Version
 2.17.0 to 2.17.1</a></li>
   </ul>
   <h1>Latest Version</h1>
   <ul>
   <li><strong><a 
href="https://github.com/apache/mina-sshd/blob/master/docs/changes/2.18.0.md";>Version
 2.17.1 to 2.18.0</a></strong></li>
   </ul>
   <h1>Planned for Next Version</h1>
   <h2>Bug Fixes</h2>
   <h2>New Features</h2>
   <h2>Potential Compatibility Issues</h2>
   <h2>Major Code Re-factoring</h2>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/c2d7b7a0b4eff9d1879a92e8ca71bc4929a6e639";><code>c2d7b7a</code></a>
 [maven-release-plugin] prepare release sshd-2.18.0</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/084cee87cfc831b6de369ce367e38dbe88d72893";><code>084cee8</code></a>
 Prepare release documentation</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/db0567b33ce0d76750e7b7b7818794e78a3b17e3";><code>db0567b</code></a>
 Improve git access</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/1285419f2f1bef5fad23f001f74d0f07cc469b5b";><code>1285419</code></a>
 <a href="https://redirect.github.com/apache/mina-sshd/issues/743";>GH-743</a>: 
Use a singleton SftpFileSystemProvider for the ServiceLoader</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/4e820c90bf8251383b8d72dcc3d0b2cbfd91f45f";><code>4e820c9</code></a>
 Add test cases to AuthorizedKeysCertificateTest</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/a85a3b1cbaab2d8f4f50e57df1192f4e50960b8f";><code>a85a3b1</code></a>
 Better handling of Putty keys with non-ASCII passphrases</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/6c215e8cfb0fde02ddcc58681f965b9904e11e12";><code>6c215e8</code></a>
 Bump BCFIPS bundles used in a test</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/9def2039a7d98e8d91521d3068b14ba69413e4c5";><code>9def203</code></a>
 Fix annotation to ignore an unstable test</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/a0ef7a567a97c94206378d9e8f8ea0b072bef947";><code>a0ef7a5</code></a>
 Host certificates: check both public keys for not being revoked</li>
   <li><a 
href="https://github.com/apache/mina-sshd/commit/b11c1594436ed5e11a7a08bfa85a81d7864d555e";><code>b11c159</code></a>
 <a href="https://redirect.github.com/apache/mina-sshd/issues/892";>GH-892</a>: 
Host certificate principals may contain wildcards</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/mina-sshd/compare/sshd-2.17.1...sshd-2.18.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to