Skip to content

Commit a9d5d66

Browse files
Update dependency com.h2database:h2 to v2
1 parent 67d1bf2 commit a9d5d66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171

7272
testImplementation("junit:junit:4.13.2")
7373
//noinspection VulnerableLibrariesLocal
74-
testImplementation("com.h2database:h2:1.4.200")
74+
testImplementation("com.h2database:h2:2.3.232")
7575
//noinspection GradlePackageVersionRange, GradlePackageUpdate /// managed by spring boot bom
7676
testImplementation("org.springframework.boot:spring-boot-starter-test")
7777
//noinspection VulnerableLibrariesLocal

0 commit comments

Comments
 (0)