axion-release-plugin
axion-release-plugin copied to clipboard
Bump com.github.mwiede:jsch from 0.2.24 to 2.27.2
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
- switch to semver scheme by
@mwiedein mwiede/jsch#828Up 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
@norrisjeremyin 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 ofssh-keygen -Z [cipher]) and/or the number of KDF rounds to use (equivalent ofssh-keygen -a [rounds]).Dependency Updates
- Bump github/codeql-action from 3.28.14 to 3.28.16 by
@dependabotin mwiede/jsch#821- Bump org.testcontainers:junit-jupiter from 1.20.6 to 1.21.0 by
@dependabotin mwiede/jsch#822- Bump actions/download-artifact from 4.2.1 to 4.3.0 by
@dependabotin mwiede/jsch#820- Bump github/codeql-action from 3.28.16 to 3.28.17 by
@dependabotin mwiede/jsch#825Full 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
@norrisjeremyin #812- Catch LinkageError in order to better handle cases in which classes cannot be loaded via reflection by
@norrisjeremy#812Dependency Updates
- Bump actions/setup-java from 4.7.0 to 4.7.1 by
@dependabotin mwiede/jsch#814- Bump com.kohlschutter:compiler-annotations from 1.8.0 to 1.8.2 by
@dependabotin mwiede/jsch#816- Bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2 by
@dependabotin mwiede/jsch#815- Bump commons-io:commons-io from 2.18.0 to 2.19.0 by
@dependabotin mwiede/jsch#817- Bump errorprone.version from 2.37.0 to 2.38.0 by
@dependabotin mwiede/jsch#819Full 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
@norrisjeremyin 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
@hstyiin mwiede/jsch#793Dependency Updates
- Bump github/codeql-action from 3.28.10 to 3.28.11 by
@dependabotin mwiede/jsch#790- Bump org.testcontainers:junit-jupiter from 1.20.5 to 1.20.6 by
@dependabotin mwiede/jsch#791- Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 by
@dependabotin mwiede/jsch#781- Bump actions/download-artifact from 4.1.8 to 4.1.9 by
@dependabotin mwiede/jsch#785- Bump org.junit.jupiter:junit-jupiter from 5.12.0 to 5.12.1 by
@dependabotin mwiede/jsch#796
... (truncated)
Commits
90a7d9e[maven-release-plugin] prepare release jsch-2.27.2494af04fix path13c23ebfile mode78c15ee[maven-release-plugin] prepare for next development iteration4cdaa7b[maven-release-plugin] prepare release jsch-2.27.144f2bf0call wrapper5b6aa2badd manual trigger9e35863fix trigger913bc92fix action trigger91a8d5ctrigger manually- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)