We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c46c12b + e56d5d6 commit d4c6d77Copy full SHA for d4c6d77
1 file changed
build.gradle
@@ -62,7 +62,7 @@ dependencies {
62
testImplementation 'org.springframework.boot:spring-boot-starter-test'
63
testImplementation 'org.springframework.security:spring-security-test'
64
testImplementation 'com.h2database:h2:2.3.232'
65
- testImplementation group: 'com.codeborne', name: 'selenide', version: '7.4.3'
+ testImplementation group: 'com.codeborne', name: 'selenide', version: '7.5.0'
66
testImplementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.9.2'
67
68
}
0 commit comments