We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa1b3a6 + c82481f commit cdb64cfCopy full SHA for cdb64cf
1 file changed
build.gradle
@@ -61,7 +61,7 @@ dependencies {
61
// Test 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.230'
+ testImplementation 'com.h2database:h2:2.3.232'
65
testImplementation group: 'com.codeborne', name: 'selenide', version: '7.4.1'
66
testImplementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.9.2'
67
0 commit comments