Skip to content

Commit

Permalink
Update to WebDriverManager 5.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jzheaux committed Feb 21, 2024
1 parent ea63c15 commit 75bf090
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion servlet/spring-boot/java/cas/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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 {
Expand Down

0 comments on commit 75bf090

Please sign in to comment.