Skip to content

Commit

Permalink
Bump sshd.version from 2.13.1 to 2.13.2 (#1049)
Browse files Browse the repository at this point in the history
Bumps `sshd.version` from 2.13.1 to 2.13.2.

Updates `org.apache.sshd:sshd-common` from 2.13.1 to 2.13.2
- [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.1...sshd-2.13.2)

Updates `org.apache.sshd:sshd-core` from 2.13.1 to 2.13.2
- [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.1...sshd-2.13.2)

Updates `org.apache.sshd:sshd-scp` from 2.13.1 to 2.13.2
- [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.1...sshd-2.13.2)

Updates `org.apache.sshd:sshd-sftp` from 2.13.1 to 2.13.2
- [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.1...sshd-2.13.2)

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

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 Aug 13, 2024
1 parent 009319b commit f09be0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<jna.version>5.14.0</jna.version>
<jansi.version>2.4.1</jansi.version>
<juniversalchardet.version>1.0.3</juniversalchardet.version>
<sshd.version>2.13.1</sshd.version>
<sshd.version>2.13.2</sshd.version>
<easymock.version>5.3.0</easymock.version>
<junit.version>5.10.3</junit.version>
<gogo.runtime.version>1.1.6</gogo.runtime.version>
Expand Down

0 comments on commit f09be0b

Please sign in to comment.