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