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 678dfcc + 1aff43a commit 8e35648Copy full SHA for 8e35648
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.2")
24
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
25
}
26
27
repositories {
0 commit comments