We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a3523 commit a1b8f60Copy full SHA for a1b8f60
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.0.204")
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