Skip to content

Commit 3f32603

Browse files
committed
Update org.junit.jupiter to v5.11.1
1 parent db37a3e commit 3f32603

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
@@ -40,8 +40,8 @@ subprojects {
4040
implementation("org.seasar.doma:doma-slf4j:${domaVersion}")
4141
runtimeOnly("ch.qos.logback:logback-classic:1.5.8")
4242
runtimeOnly("com.h2database:h2:2.3.232")
43-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
44-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
43+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
44+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
4545
}
4646

4747
eclipse {

0 commit comments

Comments
 (0)