We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc11e55 + 970d8b3 commit 2c0739aCopy full SHA for 2c0739a
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.5.1'
+ testImplementation group: 'com.codeborne', name: 'selenide', version: '7.6.0'
66
testImplementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.9.2'
67
68
}
0 commit comments