File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,20 +29,20 @@ repositories {
2929}
3030
3131dependencies {
32- testImplementation(' com.github.tomakehurst:wiremock:2.25.1 ' ) {
33- exclude( module : ' junit' )
32+ testImplementation(' com.github.tomakehurst:wiremock:2.27.2 ' ) {
33+ exclude module : ' junit'
3434 }
3535 testImplementation(' io.cucumber:cucumber-groovy:4.7.1' )
3636 testImplementation(' io.cucumber:cucumber-junit:4.7.4' )
3737 testImplementation(' io.cucumber:gherkin:5.2.0' )
38- testImplementation(' junit:junit:4.13' )
39- testImplementation(' org.codehaus.groovy:groovy:2.4.19 ' )
40- testImplementation(' org.codehaus.groovy:groovy-json:2.4.19 ' )
41- testImplementation(' org.codehaus.groovy:groovy-templates:2.4.19 ' )
42- testImplementation(' org.slf4j:slf4j-api:1.7.30 ' )
43- testImplementation(' org.slf4j:slf4j-simple:1.7.30 ' )
38+ testImplementation(' junit:junit:4.13.2 ' )
39+ testImplementation(' org.codehaus.groovy:groovy:2.4.21 ' )
40+ testImplementation(' org.codehaus.groovy:groovy-json:2.4.21 ' )
41+ testImplementation(' org.codehaus.groovy:groovy-templates:2.4.21 ' )
42+ testImplementation(' org.slf4j:slf4j-api:1.7.32 ' )
43+ testImplementation(' org.slf4j:slf4j-simple:1.7.32 ' )
4444 testImplementation(' org.spockframework:spock-core:1.3-groovy-2.4' ) {
45- exclude( module : ' groovy-all' )
45+ exclude module : ' groovy-all'
4646 }
4747}
4848
You can’t perform that action at this time.
0 commit comments