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 @@ -98,7 +98,7 @@ dependencies {
9898 compileOnly " io.openapiprocessor:openapi-processor-api:$processorApiVersion "
9999 implementation ' io.openapiprocessor:openapi-processor-core:1.1.0-SNAPSHOT'
100100
101- implementation ' org.codehaus.groovy:groovy:2.5.12 '
101+ implementation ' org.codehaus.groovy:groovy:2.5.13 '
102102 implementation ' org.slf4j:slf4j-api:1.7.30'
103103
104104 testImplementation (" io.openapiprocessor:openapi-processor-api:$processorApiVersion " )
@@ -114,10 +114,10 @@ dependencies {
114114 exclude group : ' com.google.guava'
115115 }
116116
117- testImplementation (' org.spockframework:spock-core:2.0-M2 -groovy-2.5' ) {
117+ testImplementation (' org.spockframework:spock-core:2.0-M3 -groovy-2.5' ) {
118118 exclude group : ' org.codehaus.groovy' // avoid unused groovy packages
119119 }
120- testImplementation (' org.spockframework:spock-junit4:2.0-M2 -groovy-2.5' ) {
120+ testImplementation (' org.spockframework:spock-junit4:2.0-M3 -groovy-2.5' ) {
121121 exclude group : ' org.codehaus.groovy' // avoid unused groovy packages
122122 }
123123 testImplementation ' net.bytebuddy:byte-buddy:1.10.11'
You can’t perform that action at this time.
0 commit comments