We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac1e8e commit 9f9cf79Copy full SHA for 9f9cf79
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.220")
70
testImplementation("org.springframework.boot:spring-boot-starter-test")
71
testImplementation("org.mockito:mockito-inline") // TODO: remove once we update to spring boot 3
72
0 commit comments