axion-release-plugin icon indicating copy to clipboard operation
axion-release-plugin copied to clipboard

Bump com.github.mwiede:jsch from 0.2.24 to 2.27.2

Open dependabot[bot] opened this issue 5 months ago • 0 comments

Bumps com.github.mwiede:jsch from 0.2.24 to 2.27.2.

Release notes

Sourced from com.github.mwiede:jsch's releases.

jsch-2.27.0

What's Changed

Up until 0.2.26 the versioning followed the original jsch scheme, from 2.27.0 on, we switched to semantic versioning, expressing that the library api is stable and used in production.

besides that: no breaking changes!

  • 0.2.27 changes by @​norrisjeremy in mwiede/jsch#824
    • Fix decryption of OpenSSH V1 keys that use AEAD ciphers. -- I discovered that OpenSSH V1 keys that were encrypted with [email protected], [email protected] or [email protected] were not working.
    • Add support for writing OpenSSH V1 key files. -- I decided to introduce new KeyPair.writeOpenSSHv1PrivateKey() methods to handle this, in order to allow users to optionally specify the encryption cipher they would like to use (equivalent of ssh-keygen -Z [cipher]) and/or the number of KDF rounds to use (equivalent of ssh-keygen -a [rounds]).

Dependency Updates

Full Changelog: https://github.com/mwiede/jsch/compare/jsch-0.2.26...jsch-2.27.0

jsch-0.2.26

What's Changed

  • Follow lead from OpenSSH and prefer AES-GCM ciphers to AES-CTR ciphers by @​norrisjeremy in #812
  • Catch LinkageError in order to better handle cases in which classes cannot be loaded via reflection by @​norrisjeremy #812

Dependency Updates

Full Changelog: https://github.com/mwiede/jsch/compare/jsch-0.2.25...jsch-0.2.26

jsch-0.2.25

What's Changed

  • 0.2.25 changes by @​norrisjeremy in mwiede/jsch#797
    • Add support for mlkem768x25519-sha256, mlkem768nistp256-sha256 & mlkem1024nistp384-sha384 KEX algorithms using JEP 496.
    • Stop abusing the packet buffer for signature verification.
    • Fix intermittent KEX errors with hybrid PQ/EC algorithms: the EC shared secret should not be stripped of unnecessary leading zero bytes since they are concatenated with the PQ secret and encoded as a string.
  • Support custom ThreadFactory. by @​hstyi in mwiede/jsch#793

Dependency Updates

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

dependabot[bot] avatar Jun 16 '25 14:06 dependabot[bot]