mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 19:45:51 +01:00
Update jgit to 5.10.0.202012080955-r-scm1
This commit is contained in:
@@ -27,13 +27,14 @@ plugins {
|
|||||||
id 'org.scm-manager.smp' version '0.7.2'
|
id 'org.scm-manager.smp' version '0.7.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
def jgitVersion = '5.6.1.202002131546-r-scm1'
|
def jgitVersion = '5.10.0.202012080955-r-scm1'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// required by scm-it
|
// required by scm-it
|
||||||
api "sonia.jgit:org.eclipse.jgit:${jgitVersion}"
|
api "sonia.jgit:org.eclipse.jgit:${jgitVersion}"
|
||||||
implementation "sonia.jgit:org.eclipse.jgit.http.server:${jgitVersion}"
|
implementation "sonia.jgit:org.eclipse.jgit.http.server:${jgitVersion}"
|
||||||
implementation "sonia.jgit:org.eclipse.jgit.lfs.server:${jgitVersion}"
|
implementation "sonia.jgit:org.eclipse.jgit.lfs.server:${jgitVersion}"
|
||||||
|
implementation "sonia.jgit:org.eclipse.jgit.gpg.bc:${jgitVersion}"
|
||||||
|
|
||||||
testImplementation libraries.shiroUnit
|
testImplementation libraries.shiroUnit
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user