Skip to content

Commit 69b164b

Browse files
committed
Updated jgit version, explicitly added jgit ssh library (#20)
1 parent d52d6fb commit 69b164b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ dependencies {
2020
implementation gradleApi()
2121
implementation localGroovy()
2222

23-
implementation 'org.eclipse.jgit:org.eclipse.jgit:5.10.0.202012080955-r'
23+
implementation 'org.eclipse.jgit:org.eclipse.jgit:5.11.0.202103091610-r'
24+
implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:5.11.0.202103091610-r'
2425
}
2526

2627
// Build & upload to maven: './gradlew clean build publish'

0 commit comments

Comments
 (0)