11plugins {
22 groovy
33 id(" maven-publish" )
4- id(" org.jetbrains.kotlin.jvm" ) version(" 1.3.72 " )
5- id(" com.github.ben-manes.versions" ) version (" 0.29 .0" )
4+ id(" org.jetbrains.kotlin.jvm" ) version(" 1.4.20 " )
5+ id(" com.github.ben-manes.versions" ) version (" 0.36 .0" )
66}
77
88val projectGroupId: String by project
@@ -23,7 +23,7 @@ repositories {
2323}
2424
2525project.ext {
26- set(" processorApiVersion" , " 1.1.0 " )
26+ set(" processorApiVersion" , " 2020.3 " )
2727
2828 set(" bintrayUser" , project.findProperty(" BINTRAY_USER" ) ? : System .getenv(" BINTRAY_USER" ) ? : " n/a" )
2929 set(" bintrayKey" , project.findProperty(" BINTRAY_KEY" ) ? : System .getenv(" BINTRAY_KEY" ) ? : " n/a" )
@@ -32,21 +32,21 @@ project.ext {
3232dependencies {
3333 implementation(kotlin(" stdlib-jdk8" ))
3434
35- implementation(" io.swagger.parser.v3:swagger-parser:2.0.21 " ) {
35+ implementation(" io.swagger.parser.v3:swagger-parser:2.0.24 " ) {
3636 exclude(group = " io.swagger.parser.v3" , module = " swagger-parser-v2-converter" )
3737 exclude(group = " io.swagger.core.v3" , module = " swagger-annotations" )
3838 }
3939 compileOnly(" io.openapiprocessor:openapi-processor-api:${project.ext.get(" processorApiVersion" )} " )
4040
41- testImplementation(" net.bytebuddy:byte-buddy:1.10.14 " )
41+ testImplementation(" net.bytebuddy:byte-buddy:1.10.19 " )
4242 testImplementation(" org.spockframework:spock-core:1.3-groovy-2.5" ) {
4343 exclude(group = " org.codehaus.groovy" , module = " groovy-json" )
4444 exclude(group = " org.codehaus.groovy" , module = " groovy-macro" )
4545 exclude(group = " org.codehaus.groovy" , module = " groovy-sql" )
4646 exclude(group = " org.codehaus.groovy" , module = " groovy-templates" )
4747 exclude(group = " org.codehaus.groovy" , module = " groovy-xml" )
4848 }
49- testImplementation(" io.github.java-diff-utils:java-diff-utils:4.7 " )
49+ testImplementation(" io.github.java-diff-utils:java-diff-utils:4.9 " )
5050 testImplementation(" io.openapiprocessor:openapi-processor-api:${project.ext.get(" processorApiVersion" )} " )
5151}
5252
0 commit comments