We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8003e2 commit 73b560fCopy full SHA for 73b560f
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.2.224")
75
//noinspection GradlePackageVersionRange, GradlePackageUpdate /// managed by spring boot bom
76
testImplementation("org.springframework.boot:spring-boot-starter-test")
77
0 commit comments