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 d52d6fb commit 69b164bCopy full SHA for 69b164b
build.gradle
@@ -20,7 +20,8 @@ dependencies {
20
implementation gradleApi()
21
implementation localGroovy()
22
23
- implementation 'org.eclipse.jgit:org.eclipse.jgit:5.10.0.202012080955-r'
+ 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'
25
}
26
27
// Build & upload to maven: './gradlew clean build publish'
0 commit comments