Merge branch '6.2.x'

This commit is contained in:
Josh Cummings
2024-02-21 13:33:31 -07:00

View File

@@ -27,7 +27,7 @@ dependencies {
testImplementation 'com.codeborne:selenide:7.0.2'
testImplementation 'org.seleniumhq.selenium:selenium-chrome-driver'
testImplementation 'org.seleniumhq.selenium:selenium-java'
testImplementation 'io.github.bonigarcia:webdrivermanager:5.6.3'
testImplementation 'io.github.bonigarcia:webdrivermanager:5.6.4'
}
tasks.withType(Test).configureEach {