Skip to content

Commit f33c778

Browse files
Update dependency com.h2database:h2 to v2
1 parent 56bfaae commit f33c778

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
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
6767

6868
testImplementation("junit:junit:4.13.2")
69-
testImplementation("com.h2database:h2:1.4.200")
69+
testImplementation("com.h2database:h2:2.1.214")
7070
testImplementation("org.springframework.boot:spring-boot-starter-test")
7171
testImplementation("org.mockito:mockito-core:${mockitoVersion}")
7272
testImplementation("org.mockito:mockito-inline:${mockitoVersion}")

0 commit comments

Comments
 (0)