Skip to content

Commit 0baa0f5

Browse files
Update dependency org.junit:junit-bom to v5.12.1 (#259)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 469720b commit 0baa0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ subprojects {
4141
implementation("org.seasar.doma:doma-slf4j:${domaVersion}")
4242
runtimeOnly("ch.qos.logback:logback-classic:1.5.17")
4343
runtimeOnly("com.h2database:h2:2.3.232")
44-
testImplementation(platform("org.junit:junit-bom:5.12.0"))
44+
testImplementation(platform("org.junit:junit-bom:5.12.1"))
4545
testImplementation("org.junit.jupiter:junit-jupiter-api")
4646
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
4747
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)