We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda193c commit 6b6de17Copy full SHA for 6b6de17
build.gradle
@@ -213,7 +213,7 @@ testing {
213
test {
214
dependencies {
215
implementation "org.seleniumhq.selenium:selenium-chrome-driver:${seleniumVersion}"
216
- implementation('io.github.bonigarcia:webdrivermanager:5.9.2') {
+ implementation('io.github.bonigarcia:webdrivermanager:5.9.3') {
217
exclude group: 'org.seleniumhq.selenium'
218
}
219
@@ -257,7 +257,7 @@ testing {
257
258
implementation project()
259
implementation(sourceSets.test.output)
260
261
262
263
0 commit comments