We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d21a0c commit 860cb37Copy full SHA for 860cb37
1 file changed
build.gradle
@@ -68,7 +68,7 @@ dependencies {
68
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
69
70
testImplementation("junit:junit:4.13.2")
71
- testImplementation("com.h2database:h2:1.4.200")
+ testImplementation("com.h2database:h2:2.1.212")
72
testImplementation("org.springframework.boot:spring-boot-starter-test")
73
testImplementation("org.mockito:mockito-core:${mockitoVersion}")
74
testImplementation("org.mockito:mockito-inline:${mockitoVersion}")
0 commit comments