|
@@ -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 {
|