Skip to content

Commit b302bab

Browse files
Update org.junit.jupiter to v5.11.0
1 parent b53164a commit b302bab

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
@@ -29,8 +29,8 @@ dependencies {
2929
implementation("org.seasar.doma:doma-slf4j:$domaVersion")
3030
runtimeOnly("ch.qos.logback:logback-classic:1.5.6")
3131
runtimeOnly("com.h2database:h2:1.4.200")
32-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
33-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
32+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
33+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
3434
}
3535

3636
repositories {

0 commit comments

Comments
 (0)