Skip to content

Commit 30a1dfa

Browse files
Update org.junit.jupiter to v5.12.0
1 parent 2b51756 commit 30a1dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ dependencies {
3434
implementation("org.seasar.doma:doma-slf4j:$domaVersion")
3535
runtimeOnly("ch.qos.logback:logback-classic:1.5.17")
3636
runtimeOnly("com.h2database:h2:1.4.200")
37-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
38-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
37+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
38+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
3939
}
4040

4141
repositories {

0 commit comments

Comments
 (0)