We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4bc05 commit 62dc4afCopy full SHA for 62dc4af
build.gradle.kts
@@ -79,7 +79,7 @@ dependencies {
79
testImplementation("cglib:cglib-nodep:3.3.0")
80
testImplementation("org.objenesis:objenesis:3.4")
81
testImplementation("org.apache.sshd:sshd-core:2.14.0")
82
- testImplementation("org.apache.sshd:sshd-git:2.13.2")
+ testImplementation("org.apache.sshd:sshd-git:2.14.0")
83
testImplementation("com.github.stefanbirkner:system-rules:1.19.0")
84
testImplementation(gradleTestKit())
85
}
0 commit comments