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.
1 parent 4f00a3b commit 777cf6aCopy full SHA for 777cf6a
build.gradle.kts
@@ -20,7 +20,7 @@ dependencies {
20
implementation("org.komapper:komapper-starter-jdbc")
21
implementation("org.komapper:komapper-dialect-h2-jdbc")
22
ksp("org.komapper:komapper-processor")
23
- testImplementation(platform("org.junit:junit-bom:5.13.2"))
+ testImplementation(platform("org.junit:junit-bom:5.13.3"))
24
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
25
testImplementation("org.junit.jupiter:junit-jupiter-api")
26
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
0 commit comments