File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,13 @@ dependencies {
92
92
implementation ' com.google.guava:guava:31.1-jre'
93
93
testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.2'
94
94
testImplementation ' org.spockframework:spock-core:2.0-groovy-3.0'
95
- testImplementation ' org.codehaus.groovy:groovy:3.0.16'
95
+ testImplementation ' org.codehaus.groovy:groovy:3.0.17'
96
+ testImplementation ' org.codehaus.groovy:groovy-json:3.0.17'
96
97
testImplementation ' com.google.code.gson:gson:2.8.9'
97
98
testImplementation ' org.eclipse.jetty:jetty-server:9.4.26.v20200117'
98
99
testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.13.1'
99
100
testImplementation ' org.slf4j:slf4j-simple:' + slf4jVersion
100
- testImplementation ' org.awaitility:awaitility-groovy:3.1.6 '
101
+ testImplementation ' org.awaitility:awaitility-groovy:4.2.0 '
101
102
testImplementation ' com.github.javafaker:javafaker:1.0.2'
102
103
103
104
testImplementation ' org.reactivestreams:reactive-streams-tck:' + reactiveStreamsVersion
You can’t perform that action at this time.
0 commit comments