We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af91b03 + 9ad41a5 commit 8b11c54Copy full SHA for 8b11c54
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.2.224'
65
- testImplementation group: 'com.codeborne', name: 'selenide', version: '7.0.0'
+ testImplementation group: 'com.codeborne', name: 'selenide', version: '7.3.1'
66
testImplementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.8.0'
67
}
68
0 commit comments