Skip to content

Commit 908bbbe

Browse files
authored
Merge pull request #223 from komapper/renovate/junit5-monorepo
Update junit5 monorepo to v5.12.0
2 parents 5aefe53 + 60863e0 commit 908bbbe

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
@@ -20,8 +20,10 @@ dependencies {
2020
implementation("org.komapper:komapper-starter-jdbc")
2121
implementation("org.komapper:komapper-dialect-h2-jdbc")
2222
ksp("org.komapper:komapper-processor")
23-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
24-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
23+
testImplementation(platform("org.junit:junit-bom:5.12.0"))
24+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
25+
testImplementation("org.junit.jupiter:junit-jupiter-api")
26+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
2527
}
2628

2729
repositories {

0 commit comments

Comments
 (0)