Skip to content

Commit 73b560f

Browse files
Update dependency com.h2database:h2 to v2
1 parent e8003e2 commit 73b560f

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.2.224")
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)