Skip to content

Commit 9f9cf79

Browse files
Update dependency com.h2database:h2 to v2
1 parent 2ac1e8e commit 9f9cf79

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
@@ -66,7 +66,7 @@ dependencies {
6666

6767
testImplementation("junit:junit:4.13.2")
6868
//noinspection VulnerableLibrariesLocal
69-
testImplementation("com.h2database:h2:1.4.200")
69+
testImplementation("com.h2database:h2:2.2.220")
7070
testImplementation("org.springframework.boot:spring-boot-starter-test")
7171
testImplementation("org.mockito:mockito-inline") // TODO: remove once we update to spring boot 3
7272
//noinspection VulnerableLibrariesLocal

0 commit comments

Comments
 (0)