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