This repository was archived by the owner on Jun 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ dependencies {
91
91
testImplementation ' org.hamcrest:hamcrest:2.2'
92
92
testImplementation ' org.hamcrest:hamcrest-library:2.2'
93
93
testImplementation ' com.github.tomakehurst:wiremock-jre8:2.24.1'
94
- testImplementation ' org.mockito:mockito-core:3.3.1 '
94
+ testImplementation ' org.mockito:mockito-core:3.3.3 '
95
95
testImplementation ' org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
96
96
testImplementation ' org.apache.httpcomponents:httpclient:4.5.12'
97
97
}
Original file line number Diff line number Diff line change @@ -80,5 +80,5 @@ dependencies {
80
80
testImplementation ' org.codehaus.groovy:groovy-all:2.5.8'
81
81
testImplementation ' org.hamcrest:hamcrest:2.2'
82
82
testImplementation ' org.hamcrest:hamcrest-library:2.2'
83
- testImplementation ' org.mockito:mockito-core:3.3.1 '
83
+ testImplementation ' org.mockito:mockito-core:3.3.3 '
84
84
}
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ dependencies {
98
98
testImplementation ' org.codehaus.groovy.modules.http-builder:http-builder:0.7.2'
99
99
testImplementation ' org.hamcrest:hamcrest:2.2'
100
100
testImplementation ' org.hamcrest:hamcrest-library:2.2'
101
- testImplementation ' org.mockito:mockito-core:3.3.1 '
101
+ testImplementation ' org.mockito:mockito-core:3.3.3 '
102
102
testImplementation ' org.seleniumhq.selenium:selenium-api:3.4.0'
103
103
testImplementation ' org.awaitility:awaitility:4.0.2'
104
104
testImplementation ' com.github.tomakehurst:wiremock-jre8:2.24.1'
You can’t perform that action at this time.
0 commit comments