We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8f554 commit bf84c4bCopy full SHA for bf84c4b
1 file changed
build.gradle
@@ -67,7 +67,7 @@ dependencies {
67
68
testImplementation("junit:junit:4.13.2")
69
//noinspection VulnerableLibrariesLocal
70
- testImplementation("com.h2database:h2:1.4.200")
+ testImplementation("com.h2database:h2:2.2.224")
71
testImplementation("org.springframework.boot:spring-boot-starter-test")
72
73
testImplementation("org.mock-server:mockserver-netty:5.15.0")
0 commit comments