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