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 db37a3e commit 3f32603Copy full SHA for 3f32603
build.gradle.kts
@@ -40,8 +40,8 @@ subprojects {
40
implementation("org.seasar.doma:doma-slf4j:${domaVersion}")
41
runtimeOnly("ch.qos.logback:logback-classic:1.5.8")
42
runtimeOnly("com.h2database:h2:2.3.232")
43
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
44
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
45
}
46
47
eclipse {
0 commit comments