Skip to content

Commit 86e1097

Browse files
committed
Upgrade some versions:
* wiremock: 2.27.2 * junit: 4.13.2 * groovy: 2.4.21 * slf4j: 1.7.32
1 parent eb25e2b commit 86e1097

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ repositories {
2929
}
3030

3131
dependencies {
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

0 commit comments

Comments
 (0)