dependabot[bot] opened a new pull request, #1443: URL: https://github.com/apache/tomee/pull/1443
Bumps [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) from 2.12.1 to 2.13.2. <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>SSHD 2.13.2</h2> <h2>What's Changed</h2> <ul> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/525">GH-525</a>: Fix sntrup761x25519-sha512 by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/pull/528">apache/mina-sshd#528</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/mina-sshd/compare/sshd-2.13.1...sshd-2.13.2">https://github.com/apache/mina-sshd/compare/sshd-2.13.1...sshd-2.13.2</a></p> <h2>SSHD 2.13.1</h2> <h2>What's changed</h2> <p>This release does not contain any code changes. It is solely to rectify the issue that the 2.13.0 release encountered during the release process, where the source jars were not created.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/mina-sshd/compare/sshd-2.13.0...sshd-2.13.1">https://github.com/apache/mina-sshd/compare/sshd-2.13.0...sshd-2.13.1</a></p> <p>The 2.13.0 release notes are available at <a href="https://github.com/apache/mina-sshd/releases/tag/sshd-2.13.0">https://github.com/apache/mina-sshd/releases/tag/sshd-2.13.0</a></p> <h2>SSHD 2.13.0</h2> <h2>What's changed</h2> <ul> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/318">GH-318</a>: Handle cascaded proxy jumps by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/issues/512">#512</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/427">GH-427</a>: Read initial ACK on channel open prior to direct stream upload & close streams prior to exit code handling by <a href="https://github.com/TerraNibble"><code>@TerraNibble</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/issues/464">#464</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/455">GH-455</a>: ensure BaseCipher.update() fulfills the contract by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/issues/463">#463</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/470">GH-470</a>: Synchronize not thread safe java.security.KeyPairGenerator.generateKe… by <a href="https://github.com/zakharovsergey1000"><code>@zakharovsergey1000</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/issues/467">#467</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/476">GH-476</a>: Fix Android detection false negative by <a href="https://github.com/wh0"><code>@wh0</code></a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/475">GH-475</a>: Switch uses of JSch library to the com.github.mwiede:jsch fork by <a href="https://github.com/Alex-Vol-Amz"><code>@Alex-Vol-Amz</code></a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/472">GH-472</a>: change client start condition in sshd-spring-sftp by <a href="https://github.com/alwaystom"><code>@alwaystom</code></a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/489">GH-489</a>: sftp readdir: determine file type from longname by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/issues/491">#491</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/486">GH-486</a>: Add missing U2F {ed25519,ecdsa}-sk public key equality methods by <a href="https://github.com/lf"><code>@lf</code></a>-</li> <li><a href="https://issues.apache.org/jira/browse/SSHD-1237">SSHD-1237</a> Handle keep-alive channel requests by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/issues/492">#492</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/494">GH-494</a>: Nio2Session improvements by <a href="https://github.com/evgeny-pasynkov"><code>@evgeny-pasynkov</code></a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/468">GH-468</a>: Handle excess data in SFTP read requests by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/issues/495">#495</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/498">GH-498</a>: Implement the "<a href="mailto:sntrup761x25519-sha...@openssh.com">sntrup761x25519-sha...@openssh.com</a>" KEX method by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/500">GH-500</a>: SftpFileSystemProvider: close SftpClient on exception by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/issues/501">#501</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/504">GH-504</a>: Pass reason to sessionNegotiationEnd by <a href="https://github.com/duco-lw"><code>@duco-lw</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/issues/505">#505</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/461">GH-461</a>: Fix heartbeats with <code>wantReply=true</code> by <a href="https://github.com/tomaswolf"><code>@tomaswolf</code></a> in <a href="https://redirect.github.com/apache/mina-sshd/issues/507">#507</a></li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/493">GH-493</a>: Fix arcfour128 and arcfour256 ciphers (regression in 2.2.0)</li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/509">GH-509</a>: SFTP v[456] client: validate attribute flags</li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/510">GH-510</a>: Fix class name in BuiltinIoServiceFactoryFactories (regression in 2.6.0)</li> </ul> <h2>New Features</h2> <h3><code>sntrup761x25519-sha...@openssh.com</code> Key Exchange</h3> <p>The key exchange method <a href="mailto:sntrup761x25519-sha...@openssh.com">sntrup761x25519-sha...@openssh.com</a> is now available if the Bouncy Castle library is available.</p> <p>This uses a post-quantum key encapsulation method (KEM) to make key exchange future-proof against quantum attacks. More information can be found in IETF Memo <a href="https://www.ietf.org/archive/id/draft-josefsson-ntruprime-ssh-02.html">Secure Shell (SSH) Key Exchange Method Using Hybrid Streamlined NTRU Prime sntrup761 and X25519 with SHA-512: sntrup761x25519-sha512</a>.</p> <h2>Behavioral changes and enhancements</h2> <!-- 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><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></h1> <h1><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></h1> <h1><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></h1> <h1><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></h1> <h1>Planned for next version</h1> <h2>Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/524">GH-524</a> Performance improvements</li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/533">GH-533</a> Fix multi-step authentication</li> <li><a href="https://redirect.github.com/apache/mina-sshd/issues/582">GH-582</a> Fix filtering in <code>NamedFactory</code></li> </ul> <h2>New Features</h2> <ul> <li>New utility methods <code>SftpClient.put(Path localFile, String remoteFileName)</code> and <code>SftpClient.put(InputStream in, String remoteFileName)</code> facilitate SFTP file uploading.</li> </ul> <h2>Potential compatibility issues</h2> <h3>New security provider registrar</h3> <p>There is a new <code>SecurityProviderRegistrar</code> that is registered by default if there is a <code>SunJCE</code> security provider and that uses the AES and HmacSHA* implementations from <code>SunJCE</code> even if Bouncy Castle is also registered. <code>SunJCE</code> has native implementations, whereas Bouncy Castle may not.</p> <p>The new registrar has the name "SunJCEWrapper" and can be configured like any other registrar. It can be disabled via the system property <code>org.apache.sshd.security.provider.SunJCEWrapper.enabled=false</code>.</p> <h3><a href="https://redirect.github.com/apache/mina-sshd/issues/582">GH-582</a> Fix filtering in <code>NamedFactory</code></h3> <p>The methods <code>NamedFactory.setupBuiltinFactories(boolean ignoreUnsupported, ...)</code> and <code>NamedFactory.setupTransformedFactories(boolean ignoreUnsupported, ...)</code> had a bug that gave the "ignoreUnsupported" parameter actually the meaning of "include unsupported".</p> <p>This was fixed in this release, but existing code calling these or one of the following methods:</p> <ul> <li><code>BaseBuilder.setUpDefaultMacs(boolean ignoreUnsupported)</code></li> <li><code>BaseBuilder.setUpDefaultCiphers(boolean ignoreUnsupported)</code></li> <li><code>ClientBuilder.setUpDefaultCompressionFactories(boolean ignoreUnsupported)</code></li> <li><code>ClientBuilder.setUpDefaultKeyExchanges(boolean ignoreUnsupported)</code></li> <li><code>ClientBuilder.setUpDefaultSignatureFactories(boolean ignoreUnsupported)</code></li> <li><code>ServerBuilder.setUpDefaultCompressionFactories(boolean ignoreUnsupported)</code></li> <li><code>ServerBuilder.setUpDefaultKeyExchanges(boolean ignoreUnsupported)</code></li> <li><code>ServerBuilder.setUpDefaultSignatureFactories(boolean ignoreUnsupported)</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/mina-sshd/commit/0e74e894667fc7d33d779403e6da7f9f9f9fc75c"><code>0e74e89</code></a> [maven-release-plugin] prepare release sshd-2.13.2</li> <li><a href="https://github.com/apache/mina-sshd/commit/c2d64f4bdfa0e6801a867638cc5122859eb852da"><code>c2d64f4</code></a> Prepare changelog for release</li> <li><a href="https://github.com/apache/mina-sshd/commit/c17c507bf35759abfbffab1d76c96aa6a3410282"><code>c17c507</code></a> Typo fix</li> <li><a href="https://github.com/apache/mina-sshd/commit/f72ca7733d2c69f47fe954facd301fb7523ce34a"><code>f72ca77</code></a> Mention 2.13.1 in CHANGES.md</li> <li><a href="https://github.com/apache/mina-sshd/commit/5b00c1fc592ac7eadfda0d9488d98d2e48184629"><code>5b00c1f</code></a> <a href="https://redirect.github.com/apache/mina-sshd/issues/525">GH-525</a>: Fix sntrup761x25519-sha512</li> <li><a href="https://github.com/apache/mina-sshd/commit/ebc660232b3cfc27b584e7b54448e0435de72212"><code>ebc6602</code></a> Fix tests using EOL CentOS 7.9 image</li> <li><a href="https://github.com/apache/mina-sshd/commit/04ae57b7c55961c271d9fa38990ae1d5982661cc"><code>04ae57b</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/mina-sshd/commit/a02a49ef426a02b237ecce572f9c025fbc34627c"><code>a02a49e</code></a> [maven-release-plugin] prepare release sshd-2.13.1</li> <li><a href="https://github.com/apache/mina-sshd/commit/50d1d9fd2f4d21a22f8eb978a2e4f47c1349e5bb"><code>50d1d9f</code></a> Do not build the default source jar for sshd-osgi</li> <li><a href="https://github.com/apache/mina-sshd/commit/31a2ddc7f129a939444e967f38bbcd6f7ea1f936"><code>31a2ddc</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>Additional commits viewable in <a href="https://github.com/apache/mina-sshd/compare/sshd-2.12.1...sshd-2.13.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.sshd:sshd-core&package-manager=maven&previous-version=2.12.1&new-version=2.13.2)](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: dev-unsubscr...@tomee.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org