Skip to content

Commit befdb6d

Browse files
Update dependency com.h2database:h2 to v2
1 parent 65e63f2 commit befdb6d

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.224")
7070
testImplementation("org.springframework.boot:spring-boot-starter-test")
7171
//noinspection VulnerableLibrariesLocal
7272
testImplementation("org.mock-server:mockserver-netty:5.15.0")

0 commit comments

Comments
 (0)