Skip to content

Commit 08f342d

Browse files
JohannesRudolphmalhussan
authored andcommitted
chore: replace jsch dependency with a fork supporting RSA-SHA2-*.
fixes #130
1 parent 9e2f0a0 commit 08f342d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ dependencies {
2929
implementation("org.jetbrains.kotlin:kotlin-reflect")
3030
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
3131

32+
implementation("com.github.mwiede:jsch:0.2.18")
3233
implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r")
33-
implementation("org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.10.0.202406032230-r")
34+
implementation("org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.10.0.202406032230-r"){
35+
exclude(group = "com.jcraft", module = "jsch")
36+
}
3437

3538
implementation("commons-io:commons-io:2.4")
3639
implementation("io.github.microutils:kotlin-logging:1.4.9")

0 commit comments

Comments
 (0)