File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313group ' com.github.hauner.openapi'
1414version ' 1.0.0.M13'
1515
16- sourceCompatibility = JavaVersion . VERSION_1_8
16+ sourceCompatibility = JavaVersion . VERSION_11
1717targetCompatibility = JavaVersion . VERSION_1_8
1818
1919ext {
@@ -58,10 +58,11 @@ compileTestGroovy {
5858
5959
6060dependencies {
61- implementation ' org.codehaus.groovy:groovy:2.5.4'
61+ implementation ' org.codehaus.groovy:groovy:2.5.10'
62+ implementation ' org.codehaus.groovy:groovy-nio:2.5.10'
6263 implementation ' org.jetbrains.kotlin:kotlin-stdlib'
63- implementation ' io.swagger.parser.v3:swagger-parser:2.0.17 '
64- implementation ' org.openapi4j:openapi-parser:0.8 '
64+ implementation ' io.swagger.parser.v3:swagger-parser:2.0.19 '
65+ implementation ' org.openapi4j:openapi-parser:0.9 '
6566 implementation ' com.google.googlejavaformat:google-java-format:1.7'
6667 compileOnly " com.github.hauner.openapi:openapi-processor-api:$processorApiVersion "
6768
You can’t perform that action at this time.
0 commit comments