Skip to content

Commit 1be4845

Browse files
committed
Update org.junit.jupiter to v5.10.3
1 parent 28a6465 commit 1be4845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ subprojects {
3434
implementation("org.seasar.doma:doma-slf4j:${domaVersion}")
3535
runtimeOnly("ch.qos.logback:logback-classic:1.2.11")
3636
runtimeOnly("com.h2database:h2:2.2.224")
37-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
38-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
37+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
38+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
3939
}
4040

4141
eclipse {

0 commit comments

Comments
 (0)