Skip to content

Commit bf84c4b

Browse files
Update dependency com.h2database:h2 to v2
1 parent 8d8f554 commit bf84c4b

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
@@ -67,7 +67,7 @@ dependencies {
6767

6868
testImplementation("junit:junit:4.13.2")
6969
//noinspection VulnerableLibrariesLocal
70-
testImplementation("com.h2database:h2:1.4.200")
70+
testImplementation("com.h2database:h2:2.2.224")
7171
testImplementation("org.springframework.boot:spring-boot-starter-test")
7272
//noinspection VulnerableLibrariesLocal
7373
testImplementation("org.mock-server:mockserver-netty:5.15.0")

0 commit comments

Comments
 (0)