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