Skip to content

Commit 62dc4af

Browse files
Bump org.apache.sshd:sshd-git from 2.13.2 to 2.14.0 (#833)
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>
1 parent 9c4bc05 commit 62dc4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
testImplementation("cglib:cglib-nodep:3.3.0")
8080
testImplementation("org.objenesis:objenesis:3.4")
8181
testImplementation("org.apache.sshd:sshd-core:2.14.0")
82-
testImplementation("org.apache.sshd:sshd-git:2.13.2")
82+
testImplementation("org.apache.sshd:sshd-git:2.14.0")
8383
testImplementation("com.github.stefanbirkner:system-rules:1.19.0")
8484
testImplementation(gradleTestKit())
8585
}

0 commit comments

Comments
 (0)