Update smp plugin

This commit is contained in:
René Pfeuffer
2022-10-18 16:38:09 +02:00
parent 9d3a205dd7
commit 984b0baee8
10 changed files with 15 additions and 15 deletions

View File

@@ -23,7 +23,7 @@
*/
plugins {
id 'org.scm-manager.smp' version '0.11.0'
id 'org.scm-manager.smp' version '0.13.0'
}
def svnkitVersion = '1.10.3-scm2'

View File

@@ -10,8 +10,8 @@ com.fasterxml.jackson.core:jackson-annotations:2.13.4=annotationProcessor,compil
com.fasterxml.jackson.core:jackson-core:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.13.4=annotationProcessor,compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.4=swaggerDeps
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.4=compileClasspath,runtimeClasspath,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4=compileClasspath,runtimeClasspath,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,testCompileClasspath,testRuntimeClasspath
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4=compileClasspath,runtimeClasspath,runtimePluginElements,scmCoreDependency,swaggerDeps,testCompileClasspath,testRuntimeClasspath
com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.4=swaggerDeps,testCompileClasspath,testRuntimeClasspath
com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.4=swaggerDeps,testCompileClasspath,testRuntimeClasspath
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.4=swaggerDeps,testCompileClasspath,testRuntimeClasspath