dependabot[bot] opened a new pull request, #752:
URL: https://github.com/apache/mina-sshd/pull/752

   Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 0.2.26 
to 2.27.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mwiede/jsch/releases";>com.github.mwiede:jsch's 
releases</a>.</em></p>
   <blockquote>
   <h2>jsch-2.27.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>switch to semver scheme by <a 
href="https://github.com/mwiede";><code>@​mwiede</code></a> in <a 
href="https://redirect.github.com/mwiede/jsch/pull/828";>mwiede/jsch#828</a></li>
   <li>0.2.27 changes by <a 
href="https://github.com/norrisjeremy";><code>@​norrisjeremy</code></a> in <a 
href="https://redirect.github.com/mwiede/jsch/pull/824";>mwiede/jsch#824</a>
   <ul>
   <li>Fix decryption of OpenSSH V1 keys that use AEAD ciphers.
   -- I discovered that OpenSSH V1 keys that were encrypted with 
<code>aes128-...@openssh.com</code>, <code>aes256-...@openssh.com</code> or 
<code>chacha20-poly1...@openssh.com</code> were not working.</li>
   <li>Add support for writing OpenSSH V1 key files.
   -- I decided to introduce new 
<code>KeyPair.writeOpenSSHv1PrivateKey()</code> methods to handle this, in 
order to allow users to optionally specify the encryption cipher they would 
like to use (equivalent of <code>ssh-keygen -Z [cipher]</code>) and/or the 
number of  KDF rounds to use (equivalent of <code>ssh-keygen -a 
[rounds]</code>).</li>
   </ul>
   </li>
   </ul>
   <h2>Dependency Updates</h2>
   <ul>
   <li>Bump github/codeql-action from 3.28.14 to 3.28.16 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/mwiede/jsch/pull/821";>mwiede/jsch#821</a></li>
   <li>Bump org.testcontainers:junit-jupiter from 1.20.6 to 1.21.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/mwiede/jsch/pull/822";>mwiede/jsch#822</a></li>
   <li>Bump actions/download-artifact from 4.2.1 to 4.3.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/mwiede/jsch/pull/820";>mwiede/jsch#820</a></li>
   <li>Bump github/codeql-action from 3.28.16 to 3.28.17 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/mwiede/jsch/pull/825";>mwiede/jsch#825</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mwiede/jsch/compare/jsch-0.2.26...jsch-2.27.0";>https://github.com/mwiede/jsch/compare/jsch-0.2.26...jsch-2.27.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mwiede/jsch/commit/338af073504bf35e92d8a9d1b1953ca70bbbe745";><code>338af07</code></a>
 [maven-release-plugin] prepare release jsch-2.27.0</li>
   <li><a 
href="https://github.com/mwiede/jsch/commit/c311dad6a3bef9c730289a2e716f7da31baf1f1b";><code>c311dad</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mwiede/jsch/issues/828";>#828</a> from 
mwiede/semver</li>
   <li><a 
href="https://github.com/mwiede/jsch/commit/8b2259e695c4f40e7563c2417e3e8bd02f30decc";><code>8b2259e</code></a>
 switch to semver scheme</li>
   <li><a 
href="https://github.com/mwiede/jsch/commit/028e821e73acfde50aef8f0a89671c21c2cc4846";><code>028e821</code></a>
 Merge pull request <a 
href="https://redirect.github.com/mwiede/jsch/issues/824";>#824</a> from 
norrisjeremy/20250428</li>
   <li><a 
href="https://github.com/mwiede/jsch/commit/9d52f2c8da6f348019baa8d4ed1ae0b883c6cf76";><code>9d52f2c</code></a>
 Catch LinkageError to improve consistency.</li>
   <li><a 
href="https://github.com/mwiede/jsch/commit/6da71c8f933afccc72538aeca9305f8344f25a06";><code>6da71c8</code></a>
 Update <code>KeyPair.getFingerprint()</code> method to output more moden 
format first in...</li>
   <li><a 
href="https://github.com/mwiede/jsch/commit/50e2c3b549775f88a2d261eadbbff5cbec5337eb";><code>50e2c3b</code></a>
 Make deprecation of <code>KeyPair.setPassphrase()</code> more emphatic by 
always throwin...</li>
   <li><a 
href="https://github.com/mwiede/jsch/commit/d36e738aa814a5e7a4146f51cfd9df4d7052895b";><code>d36e738</code></a>
 Update to latest Java (24.0.1) release.</li>
   <li><a 
href="https://github.com/mwiede/jsch/commit/b76e8dbf99c8cb92119ddd8c9d86d041a76304a2";><code>b76e8db</code></a>
 Add support for writing OpenSSH V1 key files.</li>
   <li><a 
href="https://github.com/mwiede/jsch/commit/52a9b9ec83a9559d909415ba41700edd07c2d70a";><code>52a9b9e</code></a>
 Rework KDF implementations to allow better extensibility.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mwiede/jsch/compare/jsch-0.2.26...jsch-2.27.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.mwiede:jsch&package-manager=maven&previous-version=0.2.26&new-version=2.27.0)](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...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to