Updates jgit to 5.12.0; fixes gh-1689

This commit is contained in:
Marcin Grzejszczak
2021-08-09 11:47:48 +02:00
parent 085a91bcb7
commit 28cebb35a0
3 changed files with 12 additions and 2 deletions

View File

@@ -116,6 +116,10 @@
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.ssh.jsch</artifactId>
</dependency>
<!-- a proxy to ssh-agent and Pageant in Java -->
<dependency>
<groupId>com.jcraft</groupId>