Skip to content

Commit dfd6820

Browse files
committed
upgraded dependencies
1 parent 96dc93a commit dfd6820

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)