Skip to content

Commit

Permalink
Bump sshd-core from 2.9.1 to 2.9.2 (#558)
Browse files Browse the repository at this point in the history
Bumps [sshd-core](https://github.com/apache/mina-sshd) from 2.9.1 to 2.9.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.9.1...sshd-2.9.2)

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

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

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] committed Nov 28, 2022
1 parent e628e66 commit 8ab9b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -80,7 +80,7 @@ dependencies {
testImplementation("org.spockframework:spock-core:2.2-groovy-2.5")
testImplementation("cglib:cglib-nodep:3.3.0")
testImplementation("org.objenesis:objenesis:3.3")
testImplementation("org.apache.sshd:sshd-core:2.9.1")
testImplementation("org.apache.sshd:sshd-core:2.9.2")
testImplementation("org.apache.sshd:sshd-git:2.9.1")
testImplementation(gradleTestKit())
}
Expand Down

0 comments on commit 8ab9b62

Please sign in to comment.