mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 12:20:56 +01:00
Upgrade svnkit to 1.10.3-scm2 (#2013)
Upgrades svnkit to the latest patch version 1.10.3-scm2 developed in scm-manager/svnkit-patches#2. This should fix errors regarding spaces in filenames in svn with external tools like Fisheye or the svnkit command line client (#2002).
This commit is contained in:
@@ -215,6 +215,6 @@ sonia.jgit:org.eclipse.jgit.http.server:5.11.1.202105131744-r-scm1=testRuntimeCl
|
||||
sonia.jgit:org.eclipse.jgit.lfs.server:5.11.1.202105131744-r-scm1=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
sonia.jgit:org.eclipse.jgit.lfs:5.11.1.202105131744-r-scm1=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
sonia.jgit:org.eclipse.jgit:5.11.1.202105131744-r-scm1=testCompileClasspath,testCompileClasspathCopy,testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
sonia.svnkit:svnkit-dav:1.10.3-scm1=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
sonia.svnkit:svnkit:1.10.3-scm1=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
sonia.svnkit:svnkit-dav:1.10.3-scm2=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
sonia.svnkit:svnkit:1.10.3-scm2=testRuntimeClasspath,testRuntimeClasspathCopy
|
||||
empty=annotationProcessor,annotationProcessorCopy,archives,archivesCopy,compileClasspath,compileClasspathCopy,corePlugin,corePluginCopy,default,defaultCopy,itPlugin,itPluginCopy,itWebApp,itWebAppCopy,runtimeClasspath,runtimeClasspathCopy,testAnnotationProcessor,testAnnotationProcessorCopy
|
||||
|
||||
@@ -26,7 +26,7 @@ plugins {
|
||||
id 'org.scm-manager.smp' version '0.10.1'
|
||||
}
|
||||
|
||||
def svnkitVersion = '1.10.3-scm1'
|
||||
def svnkitVersion = '1.10.3-scm2'
|
||||
|
||||
dependencies {
|
||||
implementation("sonia.svnkit:svnkit:${svnkitVersion}") {
|
||||
|
||||
@@ -154,6 +154,6 @@ org.slf4j:slf4j-api:1.7.30=annotationProcessor,compileClasspath,default,runtimeC
|
||||
org.tmatesoft.sqljet:sqljet:1.1.14=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
org.yaml:snakeyaml:1.26=swaggerDeps
|
||||
sonia.scm:scm-webapp:2.32.2-SNAPSHOT=scmServer
|
||||
sonia.svnkit:svnkit-dav:1.10.3-scm1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
sonia.svnkit:svnkit:1.10.3-scm1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
sonia.svnkit:svnkit-dav:1.10.3-scm2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
sonia.svnkit:svnkit:1.10.3-scm2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
|
||||
empty=archives,optionalPlugin,plugin
|
||||
|
||||
Reference in New Issue
Block a user