Skip to content

Commit 269fc5e

Browse files
Update dependency com.h2database:h2 to v2.3.232
1 parent 2d9110b commit 269fc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ subprojects {
3333
implementation("org.seasar.doma:doma-core:${domaVersion}")
3434
implementation("org.seasar.doma:doma-slf4j:${domaVersion}")
3535
runtimeOnly("ch.qos.logback:logback-classic:1.2.11")
36-
runtimeOnly("com.h2database:h2:2.2.224")
36+
runtimeOnly("com.h2database:h2:2.3.232")
3737
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
3838
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
3939
}

0 commit comments

Comments
 (0)