Updates jgit to 5.12.0; fixes gh-1689
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -40,7 +40,7 @@
|
||||
<hoverfly-junit.version>0.2.2</hoverfly-junit.version>
|
||||
<commons-text.version>1.9</commons-text.version>
|
||||
<handlebars.version>4.2.0</handlebars.version>
|
||||
<jgit.version>5.5.1.201910021850-r</jgit.version>
|
||||
<jgit.version>5.12.0.202106070339-r</jgit.version>
|
||||
<javax-inject.version>1</javax-inject.version>
|
||||
<json-unit-assertj.version>2.27.0</json-unit-assertj.version>
|
||||
|
||||
@@ -253,6 +253,11 @@
|
||||
<artifactId>org.eclipse.jgit</artifactId>
|
||||
<version>${jgit.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jgit</groupId>
|
||||
<artifactId>org.eclipse.jgit.ssh.jsch</artifactId>
|
||||
<version>${jgit.version}</version>
|
||||
</dependency>
|
||||
<!-- a proxy to ssh-agent and Pageant in Java -->
|
||||
<dependency>
|
||||
<groupId>com.jcraft</groupId>
|
||||
|
||||
Reference in New Issue
Block a user