We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aefe53 + 60863e0 commit 908bbbeCopy full SHA for 908bbbe
build.gradle.kts
@@ -20,8 +20,10 @@ dependencies {
20
implementation("org.komapper:komapper-starter-jdbc")
21
implementation("org.komapper:komapper-dialect-h2-jdbc")
22
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")
+ testImplementation(platform("org.junit:junit-bom:5.12.0"))
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
25
+ testImplementation("org.junit.jupiter:junit-jupiter-api")
26
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
27
}
28
29
repositories {
0 commit comments