We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff8ed3 commit d6c6009Copy full SHA for d6c6009
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