From 677a7f7de60f0cab3964909c503eedf302b17984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Thu, 28 Apr 2022 15:00:48 +0200 Subject: [PATCH] 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). --- scm-it/gradle.lockfile | 4 ++-- scm-plugins/scm-svn-plugin/build.gradle | 2 +- scm-plugins/scm-svn-plugin/gradle.lockfile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scm-it/gradle.lockfile b/scm-it/gradle.lockfile index f1e1de086b..421b236d36 100644 --- a/scm-it/gradle.lockfile +++ b/scm-it/gradle.lockfile @@ -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 diff --git a/scm-plugins/scm-svn-plugin/build.gradle b/scm-plugins/scm-svn-plugin/build.gradle index f1b82ac6bb..1d4b13e1ff 100644 --- a/scm-plugins/scm-svn-plugin/build.gradle +++ b/scm-plugins/scm-svn-plugin/build.gradle @@ -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}") { diff --git a/scm-plugins/scm-svn-plugin/gradle.lockfile b/scm-plugins/scm-svn-plugin/gradle.lockfile index e75e8f7eaf..c2083ee78b 100644 --- a/scm-plugins/scm-svn-plugin/gradle.lockfile +++ b/scm-plugins/scm-svn-plugin/gradle.lockfile @@ -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