Skip to content

Commit ff383de

Browse files
Update org.junit.jupiter to v5.12.0 (#253)
* Update org.junit.jupiter to v5.12.0 * Update JUnit dependencies to use BOM for version alignment --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Toshihiro Nakamura <[email protected]>
1 parent 97688e3 commit ff383de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ subprojects {
4141
implementation("org.seasar.doma:doma-slf4j:${domaVersion}")
4242
runtimeOnly("ch.qos.logback:logback-classic:1.5.16")
4343
runtimeOnly("com.h2database:h2:2.3.232")
44-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
45-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
44+
testImplementation(platform("org.junit:junit-bom:5.12.0"))
45+
testImplementation("org.junit.jupiter:junit-jupiter-api")
46+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
47+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
4648
}
4749

4850
eclipse {

0 commit comments

Comments
 (0)