update jgit to v5.4.0.201906121030-r-scm1

This commit is contained in:
Sebastian Sdorra
2019-06-19 11:40:36 +02:00
parent 02616916af
commit ece1a2b34a
2 changed files with 2 additions and 2 deletions

View File

@@ -837,7 +837,7 @@
<shiro.version>1.4.0</shiro.version>
<!-- repository libraries -->
<jgit.version>v4.5.3.201708160445-r-scm1</jgit.version>
<jgit.version>v5.4.0.201906121030-r-scm1</jgit.version>
<svnkit.version>1.9.0-scm3</svnkit.version>
<!-- util libraries -->

View File

@@ -20,7 +20,7 @@ public class ScmLfsProtocolServlet extends LfsProtocolServlet {
@Override
protected LargeFileRepository getLargeFileRepository(LfsRequest request, String path) throws LfsException {
protected LargeFileRepository getLargeFileRepository(LfsRequest request, String path, String auth) throws LfsException {
return repository;
}
}