Skip to content

Commit 8d37207

Browse files
julianladischeddumelendez
authored andcommitted
Move from com.jcraft:jsch to com.github.mwiede:jsch (#10275)
Upgrade testImplementation dependency from `com.jcraft:jsch:0.1.55` to `com.github.mwiede:jsch:2.27.0`
1 parent 3557787 commit 8d37207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sftp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
testImplementation 'com.jcraft:jsch:0.1.55'
10+
testImplementation 'com.github.mwiede:jsch:2.27.0'
1111
testImplementation 'org.testcontainers:testcontainers'
1212
testImplementation 'org.assertj:assertj-core:3.26.3'
1313
testImplementation 'ch.qos.logback:logback-classic:1.3.14'

0 commit comments

Comments
 (0)