Update to WebDriverManager 5.6.4

This commit is contained in:
Josh Cummings
2024-02-21 13:26:34 -07:00
parent ea63c1574c
commit 75bf090ffd

View File

@@ -6,11 +6,14 @@ plugins {
}
repositories {
mavenLocal()
mavenCentral()
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}
ext["spring-security.version"] = "6.1.8-SNAPSHOT"
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
@@ -25,7 +28,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.6.3'
testImplementation 'io.github.bonigarcia:webdrivermanager:5.6.4'
}
tasks.withType(Test).configureEach {