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 9c19899 commit 54ccd8fCopy full SHA for 54ccd8f
build.gradle.kts
@@ -34,8 +34,8 @@ subprojects {
34
implementation("org.seasar.doma:doma-slf4j:${domaVersion}")
35
runtimeOnly("ch.qos.logback:logback-classic:1.2.11")
36
runtimeOnly("com.h2database:h2:2.2.224")
37
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
38
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
39
}
40
41
eclipse {
0 commit comments