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