Skip to content

Commit 45f250c

Browse files
Bump org.apache.sshd:sshd-core from 2.14.0 to 2.15.0 (#897)
Bumps [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) from 2.14.0 to 2.15.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.14.0...sshd-2.15.0) --- updated-dependencies: - dependency-name: org.apache.sshd:sshd-core 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 2550a77 commit 45f250c

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
@@ -78,7 +78,7 @@ dependencies {
7878
testImplementation("org.spockframework:spock-junit4:2.3-groovy-3.0")
7979
testImplementation("cglib:cglib-nodep:3.3.0")
8080
testImplementation("org.objenesis:objenesis:3.4")
81-
testImplementation("org.apache.sshd:sshd-core:2.14.0")
81+
testImplementation("org.apache.sshd:sshd-core:2.15.0")
8282
testImplementation("org.apache.sshd:sshd-git:2.15.0")
8383
testImplementation("com.github.stefanbirkner:system-rules:1.19.0")
8484
testImplementation(gradleTestKit())

0 commit comments

Comments
 (0)