Skip to content

Commit e01a3a3

Browse files
Update dependency com.h2database:h2 to v2
1 parent 1d8e453 commit e01a3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
6666

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

0 commit comments

Comments
 (0)