There was an error while loading. Please reload this page.
1 parent 0835090 commit 02163adCopy full SHA for 02163ad
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.2.0') {
+ implementation('io.github.bonigarcia:webdrivermanager:6.3.2') {
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