spring-cloud / stream-applications

Functions and Spring Cloud Stream Applications for data driven microservices
https://spring.io/projects/spring-cloud-stream-applications
247 stars 106 forks source link

Bump org.apache.sshd:sshd-sftp from 2.7.0 to 2.9.3 in /functions/common/function-test-support #514

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps org.apache.sshd:sshd-sftp from 2.7.0 to 2.9.3.

Release notes

Sourced from org.apache.sshd:sshd-sftp's releases.

Apache Mina SSHD 2.9.3 is a bug fix release. This release is available for download from the Apache MINA SSHD website.

What's Changed

  • CVE-2023-35887 / SSHD-1324 Rooted file system can leak informations
  • Fix reproducible builds issue
  • Support building with Maven 3.9.x

Full Changelog: https://github.com/apache/mina-sshd/compare/sshd-2.9.2...sshd-2.9.3

Changelog

Sourced from org.apache.sshd:sshd-sftp's changelog.

Version 2.6.0 to 2.7.0

Version 2.7.0 to 2.8.0

Version 2.8.0 to 2.9.0

Version 2.9.0 to 2.9.1

Version 2.9.1 to 2.9.2

Version 2.9.2 to 2.9.3

Planned for next version

Bug fixes

Major code re-factoring

Potential compatibility issues

Minor code helpers

Behavioral changes and enhancements

Commits
  • a377173 [maven-release-plugin] prepare release sshd-2.9.3
  • 241693e Must override dependency to build on Maven 3.9.x
  • f98e2ed Update changelog for 2.9.3 release
  • c20739b [SSHD-1234] Rooted file system can leak informations
  • 237a9ba fix Reproducible Builds issue
  • e763356 fix Reproducible Builds issues
  • 03238d5 Mention CVE-2022-45047 fixed
  • 01d91a6 Update changelog for 2.9.2
  • b887243 [maven-release-plugin] prepare for next development iteration
  • fbbbb7b [maven-release-plugin] prepare release sshd-2.9.2
  • 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/spring-cloud/stream-applications/network/alerts).
artembilan commented 8 months ago

This is now fixed as a part of migration to Spring Functions Catalog: https://github.com/spring-cloud/spring-functions-catalog/

dependabot[bot] commented 8 months ago

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.

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