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 5e8a6e3 commit 27972b1Copy full SHA for 27972b1
build.gradle.kts
@@ -41,8 +41,8 @@ subprojects {
41
implementation("org.seasar.doma:doma-slf4j:${domaVersion}")
42
runtimeOnly("ch.qos.logback:logback-classic:1.5.11")
43
runtimeOnly("com.h2database:h2:2.3.232")
44
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
45
- 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")
46
}
47
48
eclipse {
0 commit comments