mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 14:05:44 +01:00
update jgit to v5.4.0.201906121030-r-scm1
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -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 -->
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user