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:
René Pfeuffer
2022-04-28 15:00:48 +02:00
committed by GitHub
parent a0737a2c90
commit 677a7f7de6
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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}") {

View File

@@ -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