File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,16 +45,16 @@ testSets {
45
45
check. dependsOn testInt
46
46
47
47
dependencies {
48
- implementation ( ' org.codehaus.groovy:groovy:3.0.0 ' )
48
+ implementation ' org.codehaus.groovy:groovy:2.5.4 '
49
49
implementation ' org.jetbrains.kotlin:kotlin-stdlib'
50
50
implementation ' io.swagger.parser.v3:swagger-parser:2.0.17'
51
51
implementation ' com.google.googlejavaformat:google-java-format:1.7'
52
52
compileOnly " com.github.hauner.openapi:openapi-processor-api:$processorApiVersion "
53
53
54
- testImplementation (' org.spockframework:spock-core:2.0-M2-groovy-3.0 ' ) {
54
+ testImplementation (' org.spockframework:spock-core:2.0-M2-groovy-2.5 ' ) {
55
55
exclude group : ' org.codehaus.groovy'
56
56
}
57
- testImplementation (' org.spockframework:spock-junit4:2.0-M2-groovy-3.0 ' ) {
57
+ testImplementation (' org.spockframework:spock-junit4:2.0-M2-groovy-2.5 ' ) {
58
58
exclude group : ' org.codehaus.groovy'
59
59
}
60
60
testImplementation ' net.bytebuddy:byte-buddy:1.10.7'
You can’t perform that action at this time.
0 commit comments