diff --git a/pom.xml b/pom.xml index e2cd118241..43312cba64 100644 --- a/pom.xml +++ b/pom.xml @@ -837,7 +837,7 @@ 1.4.0 - v4.5.3.201708160445-r-scm1 + v5.4.0.201906121030-r-scm1 1.9.0-scm3 diff --git a/scm-plugins/scm-git-plugin/src/main/java/sonia/scm/web/lfs/servlet/ScmLfsProtocolServlet.java b/scm-plugins/scm-git-plugin/src/main/java/sonia/scm/web/lfs/servlet/ScmLfsProtocolServlet.java index 332cf12e09..5c63cad571 100644 --- a/scm-plugins/scm-git-plugin/src/main/java/sonia/scm/web/lfs/servlet/ScmLfsProtocolServlet.java +++ b/scm-plugins/scm-git-plugin/src/main/java/sonia/scm/web/lfs/servlet/ScmLfsProtocolServlet.java @@ -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; } }