We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ea723 commit 9d3b569Copy full SHA for 9d3b569
build.gradle
@@ -222,7 +222,7 @@ testing {
222
test {
223
dependencies {
224
implementation "org.seleniumhq.selenium:selenium-chrome-driver:${seleniumVersion}"
225
- implementation('io.github.bonigarcia:webdrivermanager:6.1.0') {
+ implementation('io.github.bonigarcia:webdrivermanager:6.1.1') {
226
exclude group: 'org.seleniumhq.selenium'
227
}
228
@@ -266,7 +266,7 @@ testing {
266
267
implementation project()
268
implementation(sourceSets.test.output)
269
270
271
272
0 commit comments