dependabot[bot] opened a new pull request, #714: URL: https://github.com/apache/commons-vfs/pull/714
Bumps [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) from 0.8.0 to 2.16.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.16.0</h2> <h2>What's Changed</h2> <ul> <li>bugfix: fix cert auth failed bug by <a href="https://github.com/liuziyu1226"><code>@liuziyu1226</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/660">apache/mina-sshd#660</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/664">GH-664</a>: Skip MAC negotiation if an AEAD cipher was negotiated by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/666">apache/mina-sshd#666</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/663">GH-663</a>: Fix a race in IoSession creation by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/667">apache/mina-sshd#667</a></li> <li>Also test sshd-mina using mina-core 2.2.4 by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/681">apache/mina-sshd#681</a></li> <li>ScpShell fixes; SFTP append mode for buggy servers by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/696">apache/mina-sshd#696</a></li> <li>fix sources.jar Reproducible Builds issue by <a href="https://github.com/hboutemy"><code>@hboutemy</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/695">apache/mina-sshd#695</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/700">GH-700</a>: Fix race in AbstractCloseable.doCloseImmediately() by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/702">apache/mina-sshd#702</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/705">GH-705</a>: Make ChannelToPortHandler accessible to user code by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/707">apache/mina-sshd#707</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/709">GH-709</a>: Handle keep-alive channel messages sent by an old OpenSSH server by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/710">apache/mina-sshd#710</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/727">GH-727</a>: supply default port for proxyJump if no HostConfigEntry by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/730">apache/mina-sshd#730</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/733">GH-733</a>: Fix SftpRemotePathChannel.transferTo by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/734">apache/mina-sshd#734</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/725">GH-725</a> Added commandTimeoutMillis in executeRemoteCommand by <a href="https://github.com/raajeive"><code>@raajeive</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/726">apache/mina-sshd#726</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/774">GH-774</a>: Fix WritePendingException by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/775">apache/mina-sshd#775</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/771">#771</a> Avoid NoClassDefFoundError: net/i2p/crypto/eddsa/EdDSAPublicKey by <a href="https://github.com/rde-infologic"><code>@rde-infologic</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/773">apache/mina-sshd#773</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/516">GH-516</a> Fix filesystem-id parsing in getFileSystem(URI) by <a href="https://github.com/ago1024"><code>@ago1024</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/766">apache/mina-sshd#766</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/754">GH-754</a>: Don't close DefaultForwarder on bind error by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/776">apache/mina-sshd#776</a></li> <li>Close repository after usage in GitPackCommand by <a href="https://github.com/kwin"><code>@kwin</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/794">apache/mina-sshd#794</a></li> <li>Trigger ClientChannelEvent.Timeout and ClientSessionEvent.TIMEOUT independently to host's program cycle times by <a href="https://github.com/fersaru"><code>@fersaru</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/790">apache/mina-sshd#790</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/liuziyu1226"><code>@liuziyu1226</code></a> made their first contribution in <a href="https://redirect.github.com/apache/mina-sshd/pull/660">apache/mina-sshd#660</a></li> <li><a href="https://github.com/raajeive"><code>@raajeive</code></a> made their first contribution in <a href="https://redirect.github.com/apache/mina-sshd/pull/726">apache/mina-sshd#726</a></li> <li><a href="https://github.com/rde-infologic"><code>@rde-infologic</code></a> made their first contribution in <a href="https://redirect.github.com/apache/mina-sshd/pull/773">apache/mina-sshd#773</a></li> <li><a href="https://github.com/ago1024"><code>@ago1024</code></a> made their first contribution in <a href="https://redirect.github.com/apache/mina-sshd/pull/766">apache/mina-sshd#766</a></li> <li><a href="https://github.com/kwin"><code>@kwin</code></a> made their first contribution in <a href="https://redirect.github.com/apache/mina-sshd/pull/794">apache/mina-sshd#794</a></li> <li><a href="https://github.com/fersaru"><code>@fersaru</code></a> made their first contribution in <a href="https://redirect.github.com/apache/mina-sshd/pull/790">apache/mina-sshd#790</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/mina-sshd/compare/sshd-2.15.0...sshd-2.16.0">https://github.com/apache/mina-sshd/compare/sshd-2.15.0...sshd-2.16.0</a></p> <h2>Apache MINA SSHD 2.15.0</h2> <h2>What's Changed</h2> <ul> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/618">GH-618</a>: Fix reading an OpenSshCertificate from a Buffer by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/619">apache/mina-sshd#619</a></li> <li>Add interface to configure details of JGit's pack implementation by <a href="https://github.com/JohnnyJayJay"><code>@JohnnyJayJay</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/617">apache/mina-sshd#617</a></li> <li>ML-KEM key exchanges using Bouncy Castle 1.79 by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/629">apache/mina-sshd#629</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/628">GH-628</a>: Fix reading directories with trailing blanks in the name by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/630">apache/mina-sshd#630</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/626">GH-626</a>: Enable Streaming.Async for ChannelDirectTcpip by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/631">apache/mina-sshd#631</a></li> <li>Sftp server ‘ls’ command timeout by <a href="https://github.com/Main-Tomi"><code>@Main-Tomi</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/634">apache/mina-sshd#634</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/636">GH-636</a>: Handle unknown key types in known_hosts by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/638">apache/mina-sshd#638</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/643">GH-643</a>: provide interfaces for caching file attributes on paths by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/645">apache/mina-sshd#645</a></li> <li>Bouncy Castle EdDSA / Ed25519 Support by <a href="https://github.com/ianjoneill"><code>@ianjoneill</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/639">apache/mina-sshd#639</a></li> <li>Abstract revoked key handling in KnownHostsServerKeyVerifier by <a href="https://github.com/joeljohansson99"><code>@joeljohansson99</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/653">apache/mina-sshd#653</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/JohnnyJayJay"><code>@JohnnyJayJay</code></a> made their first contribution in <a href="https://redirect.github.com/apache/mina-sshd/pull/617">apache/mina-sshd#617</a></li> <li><a href="https://github.com/Main-Tomi"><code>@Main-Tomi</code></a> made their first contribution in <a href="https://redirect.github.com/apache/mina-sshd/pull/634">apache/mina-sshd#634</a></li> <li><a href="https://github.com/ianjoneill"><code>@ianjoneill</code></a> made their first contribution in <a href="https://redirect.github.com/apache/mina-sshd/pull/639">apache/mina-sshd#639</a></li> <li><a href="https://github.com/joeljohansson99"><code>@joeljohansson99</code></a> made their first contribution in <a href="https://redirect.github.com/apache/mina-sshd/pull/653">apache/mina-sshd#653</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> </ul> <h1>Latest Released Version</h1> <ul> <li><strong><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></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/445ef7e8f6a0674576d8f8048e3ee442ff102fc6"><code>445ef7e</code></a> [maven-release-plugin] prepare release sshd-2.16.0</li> <li><a href="https://github.com/apache/mina-sshd/commit/ebbfaf935d39b0c248c4dd2028ac647886ad3fa6"><code>ebbfaf9</code></a> [releng] SCM tag for development versions</li> <li><a href="https://github.com/apache/mina-sshd/commit/2ec336a4a88c2d0633c76b949d810fb2852755ba"><code>2ec336a</code></a> Fix javadoc warnings</li> <li><a href="https://github.com/apache/mina-sshd/commit/92eb158391a0c80e37e09283b0f198e1ab1de09f"><code>92eb158</code></a> Prepare documentation for a 2.16.0 release</li> <li><a href="https://github.com/apache/mina-sshd/commit/62e6b5c890c58edbb0a62e2e7f6feae91dffe3d4"><code>62e6b5c</code></a> [releng] Bump version to 2.16.0-SNAPSHOT</li> <li><a href="https://github.com/apache/mina-sshd/commit/3fbc0a800d1afd5509cd3ce3bf866614e0df670c"><code>3fbc0a8</code></a> Bump grpc.version from 1.73.0 to 1.74.0 (<a href="https://redirect.github.com/apache/mina-sshd/issues/792">#792</a>)</li> <li><a href="https://github.com/apache/mina-sshd/commit/99246d694de253a95998357244345bf0a2ef7af9"><code>99246d6</code></a> Fix ClientChannelEvent.Timeout and ClientSessionEvent.TIMEOUT (<a href="https://redirect.github.com/apache/mina-sshd/issues/790">#790</a>)</li> <li><a href="https://github.com/apache/mina-sshd/commit/2868de8c5f79e597ea8c94b134cdf1578cb9a68c"><code>2868de8</code></a> Merge pull request <a href="https://redirect.github.com/apache/mina-sshd/issues/794">#794</a> from kwin/bugfix/close-repo-in-pack-cmd</li> <li><a href="https://github.com/apache/mina-sshd/commit/6358be2d609f577ad8a94f748172820f22331c85"><code>6358be2</code></a> Close repository after usage in GitPackCommand</li> <li><a href="https://github.com/apache/mina-sshd/commit/67e2e4c7482eabfa73303f728ec1d702f81847cf"><code>67e2e4c</code></a> Bump pmd.version from 7.15.0 to 7.16.0 (<a href="https://redirect.github.com/apache/mina-sshd/issues/788">#788</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/mina-sshd/compare/sshd-0.8.0...sshd-2.16.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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: notifications-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org