Skip to content

Commit

Permalink
Bump org.apache.sshd:sshd-git from 2.9.2 to 2.10.0 (#620)
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.9.2 to 2.10.0.
- [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
- [Commits](apache/mina-sshd@sshd-2.9.2...sshd-2.10.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 May 17, 2023
1 parent 10eee53 commit 1cf137a
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.3")
testImplementation("org.apache.sshd:sshd-core:2.9.2")
testImplementation("org.apache.sshd:sshd-git:2.9.2")
testImplementation("org.apache.sshd:sshd-git:2.10.0")
testImplementation(gradleTestKit())
}

Expand Down

0 comments on commit 1cf137a

Please sign in to comment.