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