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 17392cc commit 2dd9815Copy full SHA for 2dd9815
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.3.2') {
+ implementation('io.github.bonigarcia:webdrivermanager:6.3.3') {
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