We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d1bf2 commit a9d5d66Copy full SHA for a9d5d66
1 file changed
build.gradle
@@ -71,7 +71,7 @@ dependencies {
71
72
testImplementation("junit:junit:4.13.2")
73
//noinspection VulnerableLibrariesLocal
74
- testImplementation("com.h2database:h2:1.4.200")
+ testImplementation("com.h2database:h2:2.3.232")
75
//noinspection GradlePackageVersionRange, GradlePackageUpdate /// managed by spring boot bom
76
testImplementation("org.springframework.boot:spring-boot-starter-test")
77
0 commit comments