Updates jgit to 5.12.0.202106070339-r

Also includes org.eclipse.jgit.ssh.jsch artifact.

Fixes gh-1881
This commit is contained in:
spencergibb
2021-07-27 22:53:44 -04:00
parent 851116d3e6
commit 8d8451b694
3 changed files with 31 additions and 33 deletions

View File

@@ -76,6 +76,10 @@
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.http.apache</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.ssh.jsch</artifactId>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>