Update to WebDriverManager 5.6.4
This commit is contained in:
@@ -6,11 +6,14 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
mavenLocal()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url "https://repo.spring.io/milestone" }
|
maven { url "https://repo.spring.io/milestone" }
|
||||||
maven { url "https://repo.spring.io/snapshot" }
|
maven { url "https://repo.spring.io/snapshot" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ext["spring-security.version"] = "6.1.8-SNAPSHOT"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-security'
|
implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
|
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
|
||||||
@@ -25,7 +28,7 @@ dependencies {
|
|||||||
testImplementation 'com.codeborne:selenide:6.12.4'
|
testImplementation 'com.codeborne:selenide:6.12.4'
|
||||||
testImplementation 'org.seleniumhq.selenium:selenium-chrome-driver'
|
testImplementation 'org.seleniumhq.selenium:selenium-chrome-driver'
|
||||||
testImplementation 'org.seleniumhq.selenium:selenium-java'
|
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 {
|
tasks.withType(Test).configureEach {
|
||||||
|
|||||||
Reference in New Issue
Block a user