Skip to content

chore(deps): bump com.github.mwiede:jsch from 0.2.26 to 2.27.0 #500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps com.github.mwiede:jsch from 0.2.26 to 2.27.0.

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 aes128-gcm@openssh.com, aes256-gcm@openssh.com or chacha20-poly1305@openssh.com 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: mwiede/jsch@jsch-0.2.26...jsch-2.27.0

Commits
  • 338af07 [maven-release-plugin] prepare release jsch-2.27.0
  • c311dad Merge pull request #828 from mwiede/semver
  • 8b2259e switch to semver scheme
  • 028e821 Merge pull request #824 from norrisjeremy/20250428
  • 9d52f2c Catch LinkageError to improve consistency.
  • 6da71c8 Update KeyPair.getFingerprint() method to output more moden format first in...
  • 50e2c3b Make deprecation of KeyPair.setPassphrase() more emphatic by always throwin...
  • d36e738 Update to latest Java (24.0.1) release.
  • b76e8db Add support for writing OpenSSH V1 key files.
  • 52a9b9e Rework KDF implementations to allow better extensibility.
  • Additional commits viewable in compare view

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)

Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 0.2.26 to 2.27.0.
- [Release notes](https://github.com/mwiede/jsch/releases)
- [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog)
- [Commits](mwiede/jsch@jsch-0.2.26...jsch-2.27.0)

---
updated-dependencies:
- dependency-name: com.github.mwiede:jsch
  dependency-version: 2.27.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested a review from sureshg May 12, 2025 22:37
@dependabot dependabot bot added dependencies Changes that affect dependencies gradle Gradle changes labels May 12, 2025
Copy link

@sureshg sureshg closed this May 13, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/com.github.mwiede-jsch-2.27.0 branch May 13, 2025 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that affect dependencies gradle Gradle changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant