Skip to content

Commit 27972b1

Browse files
committed
Update org.junit.jupiter to v5.11.3
1 parent 5e8a6e3 commit 27972b1

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
@@ -41,8 +41,8 @@ subprojects {
4141
implementation("org.seasar.doma:doma-slf4j:${domaVersion}")
4242
runtimeOnly("ch.qos.logback:logback-classic:1.5.11")
4343
runtimeOnly("com.h2database:h2:2.3.232")
44-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
45-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
44+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
45+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
4646
}
4747

4848
eclipse {

0 commit comments

Comments
 (0)