File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,16 +45,16 @@ testSets {
4545check. dependsOn testInt
4646
4747dependencies {
48- implementation ( ' org.codehaus.groovy:groovy:3.0.0 ' )
48+ implementation ' org.codehaus.groovy:groovy:2.5.4 '
4949 implementation ' org.jetbrains.kotlin:kotlin-stdlib'
5050 implementation ' io.swagger.parser.v3:swagger-parser:2.0.17'
5151 implementation ' com.google.googlejavaformat:google-java-format:1.7'
5252 compileOnly " com.github.hauner.openapi:openapi-processor-api:$processorApiVersion "
5353
54- testImplementation (' org.spockframework:spock-core:2.0-M2-groovy-3.0 ' ) {
54+ testImplementation (' org.spockframework:spock-core:2.0-M2-groovy-2.5 ' ) {
5555 exclude group : ' org.codehaus.groovy'
5656 }
57- testImplementation (' org.spockframework:spock-junit4:2.0-M2-groovy-3.0 ' ) {
57+ testImplementation (' org.spockframework:spock-junit4:2.0-M2-groovy-2.5 ' ) {
5858 exclude group : ' org.codehaus.groovy'
5959 }
6060 testImplementation ' net.bytebuddy:byte-buddy:1.10.7'
You can’t perform that action at this time.
0 commit comments