Skip to content

Commit

Permalink
Bump org.apache.sshd:sshd-git from 2.13.2 to 2.14.0 (#833)
Browse files Browse the repository at this point in the history
Bumps [org.apache.sshd:sshd-git](https://github.com/apache/mina-sshd) 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-git
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 9c4bc05 commit 62dc4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
testImplementation("cglib:cglib-nodep:3.3.0")
testImplementation("org.objenesis:objenesis:3.4")
testImplementation("org.apache.sshd:sshd-core:2.14.0")
testImplementation("org.apache.sshd:sshd-git:2.13.2")
testImplementation("org.apache.sshd:sshd-git:2.14.0")
testImplementation("com.github.stefanbirkner:system-rules:1.19.0")
testImplementation(gradleTestKit())
}
Expand Down

0 comments on commit 62dc4af

Please sign in to comment.