Skip to content

Commit a13e189

Browse files
committed
fix: update Selenide dependency version to 7.9.2 in build.gradle
1 parent c28e2ea commit a13e189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies {
7878
testImplementation 'org.springframework.boot:spring-boot-starter-test'
7979
testImplementation 'org.springframework.security:spring-security-test'
8080
testImplementation 'com.h2database:h2:2.3.232'
81-
testImplementation group: 'com.codeborne', name: 'selenide', version: '7.9.1'
81+
testImplementation group: 'com.codeborne', name: 'selenide', version: '7.9.2'
8282
testImplementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '6.1.0'
8383
}
8484

0 commit comments

Comments
 (0)