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 f75a4c7 + 66f38b9 commit c2cc89cCopy full SHA for c2cc89c
build.gradle.kts
@@ -20,8 +20,8 @@ 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.3")
24
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
25
}
26
27
repositories {
0 commit comments