Skip to content

Commit

Permalink
chore(deps): Bump sshd.version from 2.13.2 to 2.14.0 in /chutney (#214)
Browse files Browse the repository at this point in the history
Bumps `sshd.version` from 2.13.2 to 2.14.0.

Updates `org.apache.sshd:sshd-core` from 2.13.2 to 2.14.0
- [Release notes](https://github.com/apache/mina-sshd/releases)
- [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
- [Commits](apache/mina-sshd@sshd-2.13.2...sshd-2.14.0)

Updates `org.apache.sshd:sshd-scp` from 2.13.2 to 2.14.0
- [Release notes](https://github.com/apache/mina-sshd/releases)
- [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
- [Commits](apache/mina-sshd@sshd-2.13.2...sshd-2.14.0)

Updates `org.apache.sshd:sshd-sftp` from 2.13.2 to 2.14.0
- [Release notes](https://github.com/apache/mina-sshd/releases)
- [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
- [Commits](apache/mina-sshd@sshd-2.13.2...sshd-2.14.0)

---
updated-dependencies:
- dependency-name: org.apache.sshd:sshd-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.apache.sshd:sshd-scp
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.sshd:sshd-sftp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 1e535ac commit 8d993e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chutney/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<!-- action-impl dependencies versions -->
<sshj.version>0.39.0</sshj.version>
<sshd.version>2.13.2</sshd.version>
<sshd.version>2.14.0</sshd.version>
<qpid-broker.version>9.2.0</qpid-broker.version>
<radius.version>1.1.3</radius.version> <!-- Divergence on dependency commons-logging -->
<wss4j.version>1.6.19</wss4j.version> <!-- Divergence on dependencies xmlsec, commons-logging and joda-time-->
Expand Down

0 comments on commit 8d993e7

Please sign in to comment.