Update io.github.bonigarcia:webdrivermanager to 5.5.2

This commit is contained in:
Marcus Da Coregio
2023-08-30 15:50:37 -03:00
parent 3fcc64d302
commit ed16dce70c

View File

@@ -29,7 +29,7 @@ dependencies {
testImplementation 'com.codeborne:selenide:6.12.4'
testImplementation 'org.seleniumhq.selenium:selenium-chrome-driver'
testImplementation 'org.seleniumhq.selenium:selenium-java'
testImplementation 'io.github.bonigarcia:webdrivermanager:5.0.3'
testImplementation 'io.github.bonigarcia:webdrivermanager:5.5.2'
}
tasks.withType(Test).configureEach {